diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b3aa3e03106..9525ca71dbf 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2020-01-26 Tom Tromey + + * machoread.c: Do not include psympriv.h. + 2020-01-25 Philippe Waroquiers * NEWS: Mention the new option and the set/show commands. diff --git a/gdb/machoread.c b/gdb/machoread.c index 54e3d2adc11..9881298021d 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