allow character mode constants
[libfirm] / ir / be / bechordal.h
index 679add6..695a7c8 100644 (file)
@@ -8,17 +8,9 @@
 #ifndef __BECHORDAL_H
 #define __BECHORDAL_H
 
-#include "irgraph.h"
-#include "irnode.h"
-
-#include "bearch.h"
+#include "bearch_t.h"
 #include "bera.h"
 
-/**
- * The register allocator structure.
- */
-const be_ra_t be_ra_chordal_allocator;
-
-typedef struct _be_chordal_env_t be_chordal_env_t;
+typedef struct be_chordal_env_t  be_chordal_env_t;
 
 #endif