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
This commit is contained in:
Tom Tromey
2019-10-22 17:41:58 -06:00
parent b7d2fe148e
commit f6f1cebcbe
2 changed files with 4 additions and 1 deletions

View 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.

View 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>