removed dependency, added firm_config.h include
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 15 Mar 2006 13:01:34 +0000 (13:01 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 15 Mar 2006 13:01:34 +0000 (13:01 +0000)
ir/be/bechordal_t.h

index aa72eed..bec2ead 100644 (file)
@@ -8,6 +8,9 @@
 #ifndef _BECHORDAL_T_H
 #define _BECHORDAL_T_H
 
+#include "firm_types.h"
+#include "firm_config.h"
+
 #include <stdlib.h>
 
 #include "bitset.h"
@@ -17,9 +20,6 @@
 #include "pmap.h"
 #include "set.h"
 
-#include "irnode.h"
-#include "irgraph.h"
-
 #include "be_t.h"
 #include "beifg.h"
 #include "bera.h"