expose some critical bearch functions for inlining
[libfirm] / ir / be / besched.c
index 5f87b70..2546ef1 100644 (file)
 
 #include <stdlib.h>
 
-#include "irprintf.h"
-#include "irgwalk.h"
 #include "firm_types.h"
-#include "irgraph_t.h"
 #include "iredges_t.h"
 #include "ircons.h"
 #include "irgmod.h"
@@ -50,7 +47,6 @@
 
 static void sched_renumber(const ir_node *block)
 {
-       ir_node *irn;
        sched_info_t *inf;
        sched_timestep_t step = SCHED_INITIAL_GRANULARITY;