fixed addressmode bug
[libfirm] / ir / be / bechordal.h
index e417035..4cb7396 100644 (file)
@@ -8,11 +8,14 @@
 #ifndef __BECHORDAL_H
 #define __BECHORDAL_H
 
-#include "irgraph.h"
-#include "irnode.h"
-
-#include "bearch.h"
 #include "bearch.h"
+#include "bera.h"
+
+/**
+ * The register allocator structure.
+ */
+extern const be_ra_t be_ra_chordal_allocator;
 
+typedef struct _be_chordal_env_t be_chordal_env_t;
 
 #endif