diff options
Diffstat (limited to 'gcc/stringpool.c')
-rw-r--r-- | gcc/stringpool.c | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/gcc/stringpool.c b/gcc/stringpool.c index 0c5bed5..d23868c 100644 --- a/gcc/stringpool.c +++ b/gcc/stringpool.c @@ -30,8 +30,17 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "ggc.h" #include "ggc-internal.h" -#include "tree.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 "options.h" +#include "wide-int.h" +#include "inchash.h" +#include "tree.h" #include "cpplib.h" /* The "" allocated string. */ |