diff options
Diffstat (limited to 'gcc/attribs.c')
-rw-r--r-- | gcc/attribs.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/attribs.c b/gcc/attribs.c index 784079b6814..6cbe011883d 100644 --- a/gcc/attribs.c +++ b/gcc/attribs.c @@ -21,9 +21,8 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tm.h" -#include "symtab.h" -#include "alias.h" #include "tree.h" +#include "alias.h" #include "stringpool.h" #include "attribs.h" #include "stor-layout.h" |