Remove some complaints.h includes

There are a few includes of complaints.h that aren't necessary.  This
patch removes them.  Tested by rebuilding.
This commit is contained in:
Tom Tromey
2021-09-06 09:19:37 -06:00
parent 804439b4d7
commit d9a2066df4
3 changed files with 0 additions and 3 deletions

View File

@@ -29,7 +29,6 @@
#include "symfile.h"
#include "objfiles.h"
#include "stabsread.h"
#include "complaints.h"
#include "demangle.h"
#include "psympriv.h"
#include "filenames.h"

View File

@@ -35,7 +35,6 @@
#include "ia64-libunwind-tdep.h"
#include "complaints.h"
#include "gdbsupport/preprocessor.h"
/* IA-64 is the only target that currently uses ia64-libunwind-tdep.

View File

@@ -30,7 +30,6 @@
#include "symfile.h"
#include "coff-pe-read.h"
#include "gdb_bfd.h"
#include "complaints.h"
#include "solib.h"
#include "solib-target.h"
#include "gdbcore.h"