implemented a function to retrieve estimated costs of an op
[libfirm] / ir / be / be_t.h
index bed907c..b133f6c 100644 (file)
@@ -7,11 +7,10 @@
 #ifndef _BE_T_H
 #define _BE_T_H
 
+#include "firm_types.h"
 #include "obst.h"
 #include "debug.h"
 
-#include "irgraph.h"
-
 #include "be.h"
 #include "bearch.h"
 #include "beirgmod.h"
@@ -38,4 +37,4 @@ struct _be_irg_t {
        struct _arch_code_generator_t *cg;
 };
 
-#endif
+#endif /* _BE_T_H */