diff options
Diffstat (limited to 'gcc/cp/method.c')
-rw-r--r-- | gcc/cp/method.c | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/gcc/cp/method.c b/gcc/cp/method.c index a9f63aa5d6e..aeb3791022f 100644 --- a/gcc/cp/method.c +++ b/gcc/cp/method.c @@ -25,6 +25,15 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tm.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 "stringpool.h" #include "varasm.h" @@ -38,10 +47,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" |