diff options
Diffstat (limited to 'gcc/cp/parser.c')
-rw-r--r-- | gcc/cp/parser.c | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/gcc/cp/parser.c b/gcc/cp/parser.c index 5c23a36337a..3290dfa7e59 100644 --- a/gcc/cp/parser.c +++ b/gcc/cp/parser.c @@ -24,6 +24,15 @@ along with GCC; see the file COPYING3. If not see #include "tm.h" #include "timevar.h" #include "cpplib.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 "print-tree.h" #include "stringpool.h" @@ -39,10 +48,6 @@ along with GCC; see the file COPYING3. If not see #include "hash-map.h" #include "is-a.h" #include "plugin-api.h" -#include "vec.h" -#include "hashtab.h" -#include "hash-set.h" -#include "machmode.h" #include "hard-reg-set.h" #include "input.h" #include "function.h" |