diff options
Diffstat (limited to 'gcc/sdbout.c')
-rw-r--r-- | gcc/sdbout.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/sdbout.c b/gcc/sdbout.c index c48c8c7..b4f7325 100644 --- a/gcc/sdbout.c +++ b/gcc/sdbout.c @@ -44,6 +44,15 @@ AT&T C compiler. From the example below I would conclude the following: #include "coretypes.h" #include "tm.h" #include "debug.h" +#include "hash-set.h" +#include "machmode.h" +#include "vec.h" +#include "double-int.h" +#include "input.h" +#include "alias.h" +#include "symtab.h" +#include "wide-int.h" +#include "inchash.h" #include "tree.h" #include "varasm.h" #include "stor-layout.h" |