diff options
author | Matthias Braun <matze@braunis.de> | 2013-05-04 17:25:58 +0200 |
---|---|---|
committer | Matthias Braun <matze@braunis.de> | 2013-05-04 17:30:19 +0200 |
commit | 0f73b43efbeb7df2fa1c42ebbf7e612db9242d87 (patch) | |
tree | 463abb2bfced3d3b6faef82bdcbe2aff571ff09c /ir/be/bespill.c | |
parent | 330c5b9536568c4017f5fd3b61951e7c1b9e484d (diff) |
do not include config.h anymore
It has been empty for nearly all systems. People who used to put stuff
in config.h can still create a config.h on their own and inject
-include (gcc) or /FI (msvc) into their CPPFLAGS.
Diffstat (limited to 'ir/be/bespill.c')
-rw-r--r-- | ir/be/bespill.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ir/be/bespill.c b/ir/be/bespill.c index aed7513..80f5137 100644 --- a/ir/be/bespill.c +++ b/ir/be/bespill.c @@ -9,8 +9,6 @@ * @author Matthias Braun * @date 29.09.2005 */ -#include "config.h" - #include "irtools.h" #include "debug.h" #include "iredges_t.h" |