X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbelistsched.h;h=f17157575ca2f60b72eadbf9bc7e11993c714f81;hb=8a907f80824671f3ff21569442566dceca8d4f5f;hp=d98d3edc816c7312289190ea75c00265f1268964;hpb=4cc947f5e0fb5ff5a9f61815ca1344d44d5fa8dd;p=libfirm diff --git a/ir/be/belistsched.h b/ir/be/belistsched.h index d98d3edc8..f17157575 100644 --- a/ir/be/belistsched.h +++ b/ir/be/belistsched.h @@ -31,11 +31,10 @@ #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