diff options
Diffstat (limited to 'gcc/statistics.c')
-rw-r--r-- | gcc/statistics.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/statistics.c b/gcc/statistics.c index 8e3dc14..c22b0ea 100644 --- a/gcc/statistics.c +++ b/gcc/statistics.c @@ -21,11 +21,11 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "tree-pass.h" -#include "tree-dump.h" #include "tm.h" -#include "hard-reg-set.h" #include "function.h" +#include "hard-reg-set.h" +#include "tree-pass.h" +#include "tree-dump.h" #include "context.h" #include "pass_manager.h" |