From: Michael Beck Date: Fri, 6 May 2005 13:39:44 +0000 (+0000) Subject: removed killed header X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=f69787e3b55dfd3dc0f8beaf3cd1144e6dd6312b;p=libfirm removed killed header added config.h includes --- diff --git a/ir/be/bearch.c b/ir/be/bearch.c index 503f1385c..86d176b00 100644 --- a/ir/be/bearch.c +++ b/ir/be/bearch.c @@ -5,21 +5,26 @@ * * $Id$ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + +#ifdef HAVE_ALLOCA_H +#include +#endif +#ifdef HAVE_MALLOC_H +#include +#endif #include -#include "bearch_t.h" +#include "bearch.h" -#include "firm_config.h" #include "pset.h" #include "entity.h" #include "ircons_t.h" -#if 1 /* HAVE_ALLOCA_H */ -#include -#endif /* HAVE_ALLOCA_H */ - /* Needed for obstack copy */ #define bcopy(src,dst,n) memcpy(dst,src,n)