- Bugfix: Barrier nodes have an effect like a Keep for unused inputs. So we
[libfirm] / ir / be / belistsched.h
index d98d3ed..f171575 100644 (file)
 #include "irnodeset.h"
 
 #include "be.h"
+#include "be_types.h"
 #include "bearch.h"
 #include "beirg.h"
 
-typedef struct _list_sched_selector_t list_sched_selector_t;
-
 /**
  * A selector interface which is used by the list schedule framework.
  * You can implement your own list scheduler by implementing these