diff options
author | Tom Tromey <tom@tromey.com> | 2019-10-22 17:41:58 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2020-01-26 16:40:20 -0700 |
commit | f6f1cebcbe4dd33cdd65094267cc33395d55ece7 (patch) | |
tree | cceebf134a5e31d8440ac858e6fedf0f69aaea0f /gdb/machoread.c | |
parent | b7d2fe148e7662875b9d64c0d1e25fa853d26b5e (diff) | |
download | gdb-f6f1cebcbe4dd33cdd65094267cc33395d55ece7.zip gdb-f6f1cebcbe4dd33cdd65094267cc33395d55ece7.tar.gz gdb-f6f1cebcbe4dd33cdd65094267cc33395d55ece7.tar.bz2 |
Remove an include from machoread.c
machoread.c does not need to include psympriv.h.
gdb/ChangeLog
2020-01-26 Tom Tromey <tom@tromey.com>
* machoread.c: Do not include psympriv.h.
Change-Id: I6362bd2e95e7416cb9bae3d48b69dd6dbe4f2cc8
Diffstat (limited to 'gdb/machoread.c')
-rw-r--r-- | gdb/machoread.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/machoread.c b/gdb/machoread.c index 54e3d2a..9881298 100644 --- a/gdb/machoread.c +++ b/gdb/machoread.c @@ -28,7 +28,6 @@ #include "gdbcore.h" #include "mach-o.h" #include "aout/stab_gnu.h" -#include "psympriv.h" #include "complaints.h" #include "gdb_bfd.h" #include <string> |