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

ir/be/bemodule.c

index c6e6735..0143538 100644 (file)
@@ -24,9 +24,9 @@
  * @date        29.09.2005
  * @version     $Id$
  */
-#include <config.h>
-
-#include "firm_config.h"
+#ifndef HAVE_CONFIG_H
+#include "config.h"
+#endif
 
 #include <stdlib.h>