diff options
Diffstat (limited to 'gcc/cp/method.c')
-rw-r--r-- | gcc/cp/method.c | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/gcc/cp/method.c b/gcc/cp/method.c index 21eb32aedd7..4de6cc2dd8c 100644 --- a/gcc/cp/method.c +++ b/gcc/cp/method.c @@ -24,21 +24,17 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "tm.h" -#include "alias.h" +#include "target.h" #include "tree.h" +#include "cp-tree.h" +#include "tm_p.h" #include "stringpool.h" +#include "cgraph.h" +#include "alias.h" #include "varasm.h" -#include "cp-tree.h" #include "flags.h" #include "toplev.h" -#include "tm_p.h" -#include "target.h" #include "common/common-target.h" -#include "diagnostic.h" -#include "hard-reg-set.h" -#include "function.h" -#include "cgraph.h" /* Various flags to control the mangling process. */ |