Remove the unused parameter const arch_env_t *env from arch_get_register_req().
[libfirm] / ir / be / bechordal_t.h
index 1dfd665..2ddc3b3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1995-2007 University of Karlsruhe.  All right reserved.
+ * Copyright (C) 1995-2008 University of Karlsruhe.  All right reserved.
  *
  * This file is part of libFirm.
  *
@@ -27,9 +27,9 @@
 #ifndef FIRM_BE_BECHORDAL_T_H
 #define FIRM_BE_BECHORDAL_T_H
 
+#include "firm_types.h"
 #include "list.h"
 #include "pmap.h"
-#include "irnode.h"
 #include "bitset.h"
 #include "obst.h"
 #include "debug.h"