Bugfix
[libfirm] / ir / be / bechordal.h
index 4125693..e417035 100644 (file)
@@ -8,13 +8,11 @@
 #ifndef __BECHORDAL_H
 #define __BECHORDAL_H
 
-/**
- * Allocate registers for an ir graph.
- * @param irg The graph.
- * @return Some internal data to be freed with be_ra_chordal_free().
- */
-void be_ra_chordal(ir_graph *irg);
+#include "irgraph.h"
+#include "irnode.h"
+
+#include "bearch.h"
+#include "bearch.h"
 
-void be_ra_chordal_free(ir_graph *irg);
 
 #endif