X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbechordal_draw.h;h=63e491fc8f7c43e8fd11018ace819c3369323d46;hb=e46954901a16f1d49f3523be6bfd3eb60ee61dfa;hp=ef458436b80595e95bef92518197f211149f4ebd;hpb=03ffa62ef4f525aa0c45dbe766a17bc94b161695;p=libfirm diff --git a/ir/be/bechordal_draw.h b/ir/be/bechordal_draw.h index ef458436b..63e491fc8 100644 --- a/ir/be/bechordal_draw.h +++ b/ir/be/bechordal_draw.h @@ -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 */