diff options
Diffstat (limited to 'gcc/cp/vtable-class-hierarchy.c')
-rw-r--r-- | gcc/cp/vtable-class-hierarchy.c | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/gcc/cp/vtable-class-hierarchy.c b/gcc/cp/vtable-class-hierarchy.c index 2c59f14..d5c31e8 100644 --- a/gcc/cp/vtable-class-hierarchy.c +++ b/gcc/cp/vtable-class-hierarchy.c @@ -113,16 +113,14 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "cp-tree.h" -#include "output.h" #include "tm.h" -#include "hard-reg-set.h" -#include "function.h" +#include "vtable-verify.h" +#include "cp-tree.h" +#include "stringpool.h" #include "cgraph.h" +#include "output.h" #include "tree-iterator.h" -#include "vtable-verify.h" #include "gimplify.h" -#include "stringpool.h" #include "stor-layout.h" static int num_calls_to_regset = 0; |