aboutsummaryrefslogtreecommitdiff
path: root/gcc/ddg.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ddg.h')
-rw-r--r--gcc/ddg.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/ddg.h b/gcc/ddg.h
index e372134..27e247d 100644
--- a/gcc/ddg.h
+++ b/gcc/ddg.h
@@ -22,10 +22,6 @@ along with GCC; see the file COPYING3. If not see
#define GCC_DDG_H
/* For sbitmap. */
-#include "sbitmap.h"
-/* For basic_block. */
-#include "basic-block.h"
-#include "df.h"
typedef struct ddg_node *ddg_node_ptr;
typedef struct ddg_edge *ddg_edge_ptr;