more firm_config includes removed
authorMatthias Braun <matze@braunis.de>
Sat, 11 Oct 2008 19:37:43 +0000 (19:37 +0000)
committerMatthias Braun <matze@braunis.de>
Sat, 11 Oct 2008 19:37:43 +0000 (19:37 +0000)
[r22728]

ir/ana/dfs_t.h
ir/common/debug.c
ir/common/debug.h
ir/common/firm.c
ir/common/irtools.h
ir/common/timing.c
ir/debug/debugger.c
ir/tr/entity_t.h
ir/tr/type_t.h
ir/tv/fltcalc.h
ir/tv/tv_t.h

index dd8629d..e809ba1 100644 (file)
@@ -29,7 +29,6 @@
 #ifndef FIRM_ANA_DFS_T_H
 #define FIRM_ANA_DFS_T_H
 
-#include "firm_config.h"
 #include "hashptr.h"
 #include "absgraph.h"
 #include "obst.h"
index efbe374..9409f01 100644 (file)
@@ -28,8 +28,6 @@
 #include "config.h"
 #endif
 
-#include "firm_config.h"
-
 #ifdef DEBUG_libfirm
 
 #include <stdarg.h>
index 0fabe2b..0805ef0 100644 (file)
@@ -27,8 +27,6 @@
 #ifndef FIRM_COMMON_DEBUG_H
 #define FIRM_COMMON_DEBUG_H
 
-#include "firm_config.h"
-
 /* WITH DEBUG OUTPUT */
 #ifdef DEBUG_libfirm
 
index d1ce4d6..d47a9ab 100644 (file)
@@ -31,8 +31,6 @@
 # include "firm_revision.h"
 #endif
 
-#include "firm_config.h"
-
 #ifdef HAVE_STRING_H
 # include <string.h>
 #endif
index 188725c..ccec773 100644 (file)
@@ -26,7 +26,6 @@
 #ifndef FIRM_COMMON_IRTOOLS_H
 #define FIRM_COMMON_IRTOOLS_H
 
-#include "firm_config.h"
 #include "firm_types.h"
 
 #include "lc_opts.h"
index 09cf85a..61ee1cb 100644 (file)
@@ -26,8 +26,6 @@
 #include "config.h"
 #endif
 
-#include "firm_config.h"
-
 #include <stdio.h>
 #include <string.h>
 
index 91bfc23..c4e427d 100644 (file)
@@ -28,8 +28,6 @@
 #include "config.h"
 #endif
 
-#include "firm_config.h"
-
 #ifdef DEBUG_libfirm
 
 #ifdef _WIN32
index 6b1eca1..f4036bd 100644 (file)
@@ -29,7 +29,6 @@
 #include <assert.h>
 
 #include "firm_common_t.h"
-#include "firm_config.h"
 
 #include "typerep.h"
 #include "type_t.h"
index a0c6b09..511e954 100644 (file)
@@ -27,7 +27,6 @@
 #ifndef FIRM_TR_TYPE_T_H
 #define FIRM_TR_TYPE_T_H
 
-#include "firm_config.h"
 #include "typerep.h"
 #include "tpop_t.h"
 #include "irgraph.h"
index a49d767..294ef78 100644 (file)
@@ -27,7 +27,6 @@
 #ifndef FIRM_TV_FLTCALC_H
 #define FIRM_TV_FLTCALC_H
 
-#include "firm_config.h"
 #include "firm_types.h"
 
 #ifdef HAVE_LONG_DOUBLE
index d029f30..0049c84 100644 (file)
@@ -28,7 +28,6 @@
 #ifndef FIRM_TV_TV_T_H
 #define FIRM_TV_TV_T_H
 
-#include "firm_config.h"
 #include "firm_common.h"
 
 #include <assert.h>