Remove an include from machoread.c
authorTom Tromey <tom@tromey.com>
Tue, 22 Oct 2019 23:41:58 +0000 (17:41 -0600)
committerTom Tromey <tom@tromey.com>
Sun, 26 Jan 2020 23:40:20 +0000 (16:40 -0700)
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

gdb/ChangeLog
gdb/machoread.c

index b3aa3e03106fa040aa88d3e6de977f5102f4332a..9525ca71dbf6b0bb27bdfe11feb352215732a157 100644 (file)
@@ -1,3 +1,7 @@
+2020-01-26  Tom Tromey  <tom@tromey.com>
+
+       * machoread.c: Do not include psympriv.h.
+
 2020-01-25  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
 
        * NEWS: Mention the new option and the set/show commands.
index 54e3d2adc115b24573b11c861b1950d7f8bb9f8a..9881298021dfe53d23ce6b3cfbf4f89e7798a58a 100644 (file)
@@ -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>