bessaconstr: Avoid duplicate map lookups.
[libfirm] / ir / be / beinsn_t.h
index 10164cc..8c8c953 100644 (file)
@@ -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 */