From 3c255183287cde25567f714737019fa7266c5708 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Mon, 5 Dec 2005 12:28:45 +0000 Subject: [PATCH] headers should include "firm_config.h" instead of config.h --- ir/be/belive_t.h | 2 +- ir/be/beutil.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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. */ -- 2.20.1