summaryrefslogtreecommitdiff
path: root/gcc/cfg.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cfg.c')
-rw-r--r--gcc/cfg.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/gcc/cfg.c b/gcc/cfg.c
index 4c4531a7cd3..ed69bed8fb6 100644
--- a/gcc/cfg.c
+++ b/gcc/cfg.c
@@ -50,13 +50,11 @@ along with GCC; see the file COPYING3. If not see
#include "system.h"
#include "coretypes.h"
#include "backend.h"
-#include "alloc-pool.h"
-#include "alias.h"
-#include "cfghooks.h"
-#include "tree.h"
#include "hard-reg-set.h"
+#include "tree.h"
+#include "cfghooks.h"
#include "df.h"
-#include "options.h"
+#include "alias.h"
#include "cfganal.h"
#include "cfgloop.h" /* FIXME: For struct loop. */
#include "dumpfile.h"