From 83d7b3804059bf885bc867720becc6149e0ad3da Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Sat, 11 Oct 2008 19:23:56 +0000 Subject: [PATCH] no need for firm_config.h anymore [r22721] --- ir/be/bemodule.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ir/be/bemodule.c b/ir/be/bemodule.c index c6e6735b4..01435383f 100644 --- a/ir/be/bemodule.c +++ b/ir/be/bemodule.c @@ -24,9 +24,9 @@ * @date 29.09.2005 * @version $Id$ */ -#include - -#include "firm_config.h" +#ifndef HAVE_CONFIG_H +#include "config.h" +#endif #include -- 2.20.1