register slots are now automatically allocated together with the $ARCH_attribute
[libfirm] / ir / be / bechordal_draw.h
index ef45843..63e491f 100644 (file)
@@ -13,7 +13,6 @@
 #ifndef _BECHORDAL_DRAW_H
 #define _BECHORDAL_DRAW_H
 
-#include "irgraph.h"
 #include "bearch.h"
 
 typedef struct _plotter_t plotter_t;
@@ -67,7 +66,6 @@ extern plotter_t *new_plotter_ps(const char *filename);
 extern void draw_interval_tree(
     const draw_chordal_opts_t *opts,
     const be_chordal_env_t *chordal_env,
-    plotter_t *plotter, const arch_env_t *env,
-    const arch_register_class_t *cls);
+    plotter_t *plotter);
 
 #endif /* _BECHORDAL_DRAW_H */