diff options
Diffstat (limited to 'gcc/vmsdbgout.c')
-rw-r--r-- | gcc/vmsdbgout.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/vmsdbgout.c b/gcc/vmsdbgout.c index 252f40cff8c..8297e025b17 100644 --- a/gcc/vmsdbgout.c +++ b/gcc/vmsdbgout.c @@ -25,12 +25,9 @@ along with GCC; see the file COPYING3. If not see #include "tm.h" #ifdef VMS_DEBUGGING_INFO -#include "hash-set.h" -#include "vec.h" #include "input.h" #include "alias.h" #include "symtab.h" -#include "inchash.h" #include "tree.h" #include "varasm.h" #include "version.h" |