diff options
Diffstat (limited to 'gcc/vmsdbgout.c')
-rw-r--r-- | gcc/vmsdbgout.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/vmsdbgout.c b/gcc/vmsdbgout.c index 8c917e0..bd2ccf1 100644 --- a/gcc/vmsdbgout.c +++ b/gcc/vmsdbgout.c @@ -25,7 +25,6 @@ along with GCC; see the file COPYING3. If not see #include "tm.h" #ifdef VMS_DEBUGGING_INFO -#include "input.h" #include "alias.h" #include "symtab.h" #include "tree.h" @@ -38,7 +37,6 @@ along with GCC; see the file COPYING3. If not see #include "debug.h" #include "langhooks.h" #include "hard-reg-set.h" -#include "input.h" #include "function.h" #include "target.h" |