From deaa8cd7dea67cde29a6c246e70e77460cb99108 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Christian=20W=C3=BCrdig?= Date: Fri, 4 Nov 2005 14:02:34 +0000 Subject: [PATCH] fixing includes --- ir/be/firm2arch.c | 5 +++-- ir/be/firm2arch.h | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ir/be/firm2arch.c b/ir/be/firm2arch.c index 1673e41ba..2121bc349 100644 --- a/ir/be/firm2arch.c +++ b/ir/be/firm2arch.c @@ -6,8 +6,9 @@ * @version $Id$ */ -#include -#include +#include "pseudo_irg.h" +#include "irgwalk.h" +#include "irprog.h" #include "debug.h" #include "firm2arch.h" diff --git a/ir/be/firm2arch.h b/ir/be/firm2arch.h index 9e491589a..3d6e18a68 100644 --- a/ir/be/firm2arch.h +++ b/ir/be/firm2arch.h @@ -1,7 +1,8 @@ #ifndef FIRM2ARCH_H #define FIRM2ARCH_H -#include +#include "irnode.h" +#include "irgraph.h" void create_bearch_asm_opcodes(void); -- 2.20.1