fixing includes
authorChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Fri, 4 Nov 2005 14:02:34 +0000 (14:02 +0000)
committerChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Fri, 4 Nov 2005 14:02:34 +0000 (14:02 +0000)
ir/be/firm2arch.c
ir/be/firm2arch.h

index 1673e41..2121bc3 100644 (file)
@@ -6,8 +6,9 @@
  * @version $Id$
  */
 
-#include <libfirm/firm.h>
-#include <libfirm/pseudo_irg.h>
+#include "pseudo_irg.h"
+#include "irgwalk.h"
+#include "irprog.h"
 #include "debug.h"
 
 #include "firm2arch.h"
index 9e49158..3d6e18a 100644 (file)
@@ -1,7 +1,8 @@
 #ifndef FIRM2ARCH_H
 #define FIRM2ARCH_H
 
-#include <libfirm/firm.h>
+#include "irnode.h"
+#include "irgraph.h"
 
 void create_bearch_asm_opcodes(void);