no need for firm_config.h anymore
authorMatthias Braun <matze@braunis.de>
Sat, 11 Oct 2008 19:32:42 +0000 (19:32 +0000)
committerMatthias Braun <matze@braunis.de>
Sat, 11 Oct 2008 19:32:42 +0000 (19:32 +0000)
[r22725]

13 files changed:
ir/ir/irargs.c
ir/ir/iredges_t.h
ir/ir/iredgeset.h
ir/ir/irflag_t.h
ir/ir/irlinkednodemap.h
ir/ir/irlinkednodeset.h
ir/ir/irnode_t.h
ir/ir/irnodeset.h
ir/ir/irop_t.h
ir/ir/irprintf.c
ir/ir/irprintf_t.h
ir/ir/irprog_t.h
ir/ir/valueset.h

index 66d8950..bdc546d 100644 (file)
@@ -27,8 +27,6 @@
 # include "config.h"
 #endif
 
-#include "firm_config.h"
-
 #include "bitset.h"
 
 #include <ctype.h>
index b0afdce..daa6571 100644 (file)
@@ -27,7 +27,6 @@
 #ifndef FIRM_IR_EDGES_T_H
 #define FIRM_IR_EDGES_T_H
 
-#include "firm_config.h"
 #include "debug.h"
 
 #include "set.h"
index 455818c..aa2b72f 100644 (file)
@@ -27,8 +27,6 @@
 #ifndef _FIRM_IREDGESET_H_
 #define _FIRM_IREDGESET_H_
 
-#include "firm_config.h"
-
 #include "firm_types.h"
 
 #define HashSet          ir_edgeset_t
index 1a60ebb..a9c6921 100644 (file)
@@ -26,8 +26,6 @@
 #ifndef FIRM_IR_IRFLAG_T_H
 #define FIRM_IR_IRFLAG_T_H
 
-#include "firm_config.h"
-
 #include "irflag.h"
 
 /**
index 49f74ab..1f333d0 100644 (file)
@@ -26,8 +26,6 @@
 #ifndef _FIRM_IRLINKEDNODEMAP_H_
 #define _FIRM_IRLINKEDNODEMAP_H_
 
-#include "firm_config.h"
-
 #include "firm_types.h"
 #include "xmalloc.h"
 #include "list.h"
index b40e55d..6f1e4a3 100644 (file)
@@ -26,8 +26,6 @@
 #ifndef _FIRM_IRLINKEDNODESET_H_
 #define _FIRM_IRLINKEDNODESET_H_
 
-#include "firm_config.h"
-
 #include "firm_types.h"
 #include "xmalloc.h"
 #include "list.h"
index b89396b..9efa8f2 100644 (file)
@@ -26,7 +26,6 @@
 #ifndef FIRM_IR_IRNODE_T_H
 #define FIRM_IR_IRNODE_T_H
 
-#include "firm_config.h"
 #include "irtypes.h"
 #include "irnode.h"
 #include "irop_t.h"
index 080f451..8fa42bf 100644 (file)
@@ -30,8 +30,6 @@
 #ifndef _FIRM_IRNODESET_H_
 #define _FIRM_IRNODESET_H_
 
-#include "firm_config.h"
-
 #include "firm_types.h"
 #include "xmalloc.h"
 
index f6a1c27..7fa5e6c 100644 (file)
@@ -26,7 +26,6 @@
 #ifndef FIRM_IR_IROP_T_H
 #define FIRM_IR_IROP_T_H
 
-#include "firm_config.h"
 #include "irop.h"
 #include "irtypes.h"
 #include "tv.h"
index 4f833ad..6dd688f 100644 (file)
@@ -41,7 +41,6 @@
 
 #include <ctype.h>
 
-#include "firm_config.h"
 #include "ident.h"
 #include "irmode_t.h"
 #include "irnode_t.h"
index 5592d15..12548f4 100644 (file)
@@ -27,7 +27,6 @@
 #ifndef FIRM_IR_IRPRINTF_T_H
 #define FIRM_IR_IRPRINTF_T_H
 
-#include "firm_config.h"
 #include "irprintf.h"
 
 #ifdef DEBUG_libfirm
index 343012f..433f51e 100644 (file)
@@ -27,7 +27,6 @@
 #ifndef FIRM_IR_IRPROG_T_H
 #define FIRM_IR_IRPROG_T_H
 
-#include "firm_config.h"
 #include "irprog.h"
 #include "irtypes.h"
 #include "pseudo_irg.h"
index d2d45a3..2c07219 100644 (file)
@@ -26,8 +26,6 @@
 #ifndef _FIRM_VALUESET_H_
 #define _FIRM_VALUESET_H_
 
-#include "firm_config.h"
-
 #include "firm_types.h"
 #include "xmalloc.h"
 #include "list.h"