diff options
Diffstat (limited to 'gcc/cfg.c')
-rw-r--r-- | gcc/cfg.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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" |