removed useless includes
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 14 Dec 2006 12:51:13 +0000 (12:51 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 14 Dec 2006 12:51:13 +0000 (12:51 +0000)
[r8458]

ir/ir/irnode.h
ir/ir/irprog.h

index 11756cb..5309e3c 100644 (file)
 
 #include <stddef.h>
 
-#include "irgraph.h"
-#include "entity.h"
 #include "firm_common.h"
+#include "entity.h"
 #include "irop.h"
 #include "irmode.h"
-#include "type.h"
-#include "irextbb.h"
 #include "dbginfo.h"
 
 /**
index 5c65985..eee148c 100644 (file)
@@ -35,8 +35,7 @@
 #ifndef _FIRM_IR_IRPROG_H_
 #define _FIRM_IR_IRPROG_H_
 
-#include "irnode.h"
-#include "type.h"
+#include "firm_types.h"
 #include "irgraph.h"