aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfg.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cfg.c')
-rw-r--r--gcc/cfg.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/cfg.c b/gcc/cfg.c
index cbc351b..75def5d 100644
--- a/gcc/cfg.c
+++ b/gcc/cfg.c
@@ -49,10 +49,9 @@ along with GCC; see the file COPYING3. If not see
#include "config.h"
#include "system.h"
#include "coretypes.h"
-#include "obstack.h"
+#include "backend.h"
#include "alloc-pool.h"
#include "alias.h"
-#include "backend.h"
#include "cfghooks.h"
#include "tree.h"
#include "hard-reg-set.h"