diff options
Diffstat (limited to 'gcc/tree-diagnostic.c')
-rw-r--r-- | gcc/tree-diagnostic.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/tree-diagnostic.c b/gcc/tree-diagnostic.c index 7b88121..4ee21b9 100644 --- a/gcc/tree-diagnostic.c +++ b/gcc/tree-diagnostic.c @@ -22,15 +22,12 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "options.h" #include "tree.h" #include "diagnostic.h" -#include "alias.h" #include "tree-pretty-print.h" #include "tree-diagnostic.h" #include "dumpfile.h" /* TDF_DIAGNOSTIC */ #include "langhooks.h" -#include "langhooks-def.h" #include "intl.h" /* Prints out, if necessary, the name of the current function |