diff options
Diffstat (limited to 'gcc/cfghooks.c')
-rw-r--r-- | gcc/cfghooks.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gcc/cfghooks.c b/gcc/cfghooks.c index 0cd8e62..2c5c96c 100644 --- a/gcc/cfghooks.c +++ b/gcc/cfghooks.c @@ -21,18 +21,18 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "dumpfile.h" #include "backend.h" +#include "rtl.h" +#include "tree.h" #include "cfghooks.h" +#include "timevar.h" +#include "pretty-print.h" +#include "diagnostic-core.h" +#include "dumpfile.h" #include "alias.h" -#include "tree.h" -#include "rtl.h" #include "cfganal.h" #include "tree-ssa.h" -#include "timevar.h" -#include "diagnostic-core.h" #include "cfgloop.h" -#include "pretty-print.h" /* A pointer to one of the hooks containers. */ static struct cfg_hooks *cfg_hooks; |