Remove some unused includes

I noticed a few spots that include gnu-stabs.h but that do not need
to.  This patch removes these unnecessary includes.  Tested by
rebuilding.
This commit is contained in:
Tom Tromey
2023-01-19 11:08:06 -07:00
parent ea2f6fad7e
commit 5ea14aa4e5
3 changed files with 0 additions and 3 deletions

View File

@ -27,7 +27,6 @@
#include "symtab.h"
#include "symfile.h"
#include "objfiles.h"
#include "gdb-stabs.h"
#include "target.h"
#include "bcache.h"
#include "expression.h"