diff options
Diffstat (limited to 'gcc/ggc-common.c')
-rw-r--r-- | gcc/ggc-common.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ggc-common.c b/gcc/ggc-common.c index 5096837df27..61fc2b10f95 100644 --- a/gcc/ggc-common.c +++ b/gcc/ggc-common.c @@ -23,13 +23,13 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "ggc-internal.h" +#include "timevar.h" #include "diagnostic-core.h" +#include "ggc-internal.h" #include "params.h" #include "hosthooks.h" #include "hosthooks-def.h" #include "plugin.h" -#include "timevar.h" /* When set, ggc_collect will do collection. */ bool ggc_force_collect; |