summaryrefslogtreecommitdiff
path: root/gcc/tree-call-cdce.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-call-cdce.c')
-rw-r--r--gcc/tree-call-cdce.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/tree-call-cdce.c b/gcc/tree-call-cdce.c
index 9a27adc94e3..25a0dfc4958 100644
--- a/gcc/tree-call-cdce.c
+++ b/gcc/tree-call-cdce.c
@@ -23,15 +23,7 @@ along with GCC; see the file COPYING3. If not see
#include "system.h"
#include "coretypes.h"
#include "tm.h"
-#include "ggc.h"
-
-/* These RTL headers are needed for basic-block.h. */
-#include "rtl.h"
-#include "tm_p.h"
-#include "hard-reg-set.h"
-#include "obstack.h"
#include "basic-block.h"
-
#include "tree.h"
#include "diagnostic.h"
#include "tree-flow.h"