diff options
Diffstat (limited to 'gcc/basic-block.h')
-rw-r--r-- | gcc/basic-block.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/basic-block.h b/gcc/basic-block.h index f28fa578f5a..67555b2392c 100644 --- a/gcc/basic-block.h +++ b/gcc/basic-block.h @@ -519,8 +519,6 @@ ei_cond (edge_iterator ei, edge *p) #define CLEANUP_CFGLAYOUT 32 /* Do cleanup in cfglayout mode. */ #define CLEANUP_CFG_CHANGED 64 /* The caller changed the CFG. */ -#include "cfghooks.h" - /* Return true if BB is in a transaction. */ static inline bool |