X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbeinsn_t.h;h=8c8c953b7907f839e67170cb65869c73df23c040;hb=2cfb4be35e6255d7cd59824e9b7a5eea39705227;hp=10164cc682894cf16f059ca6ca3583d375f13841;hpb=b6aaf00ca3e0065b823ffc6672a625520da8eb10;p=libfirm diff --git a/ir/be/beinsn_t.h b/ir/be/beinsn_t.h index 10164cc68..8c8c953b7 100644 --- a/ir/be/beinsn_t.h +++ b/ir/be/beinsn_t.h @@ -27,7 +27,6 @@ #include "firm_types.h" #include "bitset.h" -#include "obst.h" #include "bearch.h" #include "bechordal.h" @@ -57,6 +56,6 @@ struct be_insn_t { * * @return the be_insn for the IR node */ -be_insn_t *be_scan_insn(be_chordal_env_t const *env, ir_node *irn); +be_insn_t *be_scan_insn(be_chordal_env_t *env, ir_node *irn); #endif /* FIRM_BE_BEINSN_T_H */