From: Michael Beck Date: Mon, 5 Dec 2005 12:28:45 +0000 (+0000) Subject: headers should include "firm_config.h" instead of config.h X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=3c255183287cde25567f714737019fa7266c5708;p=libfirm headers should include "firm_config.h" instead of config.h --- diff --git a/ir/be/belive_t.h b/ir/be/belive_t.h index 68f671ec1..086171b53 100644 --- a/ir/be/belive_t.h +++ b/ir/be/belive_t.h @@ -7,7 +7,7 @@ #ifndef _BELIVE_T_H #define _BELIVE_T_H -#include "config.h" +#include "firm_config.h" #include "irgraph_t.h" #include "iredges_t.h" diff --git a/ir/be/beutil.h b/ir/be/beutil.h index 585d2a630..8df13b838 100644 --- a/ir/be/beutil.h +++ b/ir/be/beutil.h @@ -2,11 +2,11 @@ #ifndef _BEUTIL_H #define _BEUTIL_H +#include "firm_config.h" + #include #include "irnode.h" -#include "config.h" - #include "bearch.h" /** Undefine this to disable debugging mode. */