removed be_init_arch_TEMPLATE() and add a comment so it should not be inserted again...
[libfirm] / ir / be / benode_t.h
index fc11999..ff0af86 100644 (file)
 
 #include <limits.h>
 
-#include "irmode.h"
+#include "firm_types.h"
 #include "irnode.h"
-#include "irgraph.h"
-#include "entity.h"
-
 #include "bearch.h"
 
 #define BE_OUT_POS(p) (-((p) + 1))