Moved insert_Perm_after to benode.c
[libfirm] / ir / be / beirgmod.c
index e49adf0..e07f13e 100644 (file)
@@ -5,6 +5,7 @@
 #include "pdeq.h"
 #include "pset.h"
 #include "pmap.h"
+#include "util.h"
 
 #include "irflag_t.h"
 #include "ircons_t.h"
 #include "irdom_t.h"
 #include "iredges_t.h"
 
+#include "be_t.h"
+#include "bearch.h"
 #include "besched_t.h"
+#include "belive_t.h"
+#include "benode_t.h"
+
 #include "beirgmod.h"
 
 struct _dom_front_info_t {
@@ -277,7 +283,6 @@ static ir_node *search_def(ir_node *usage, int pos, pset *copies, pset *copy_blo
   return NULL;
 }
 
-
 static void fix_usages(ir_node *orig, pset *copies, pset *copy_blocks)
 {
   int i;