From: Matthias Braun Date: Sat, 11 Oct 2008 19:23:56 +0000 (+0000) Subject: no need for firm_config.h anymore X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=83d7b3804059bf885bc867720becc6149e0ad3da;p=libfirm no need for firm_config.h anymore [r22721] --- 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