X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbeflags.c;h=a4cf30b3852470a7c0306725c0ff406dd2ff834b;hb=a3ff5d70ee39a6308a81fb4d7f53258d11f93013;hp=43d713860e5683b2dbae01b07adfa7f5b3603e48;hpb=e1397b01aceb38b6bb62c319007146af3b922f39;p=libfirm diff --git a/ir/be/beflags.c b/ir/be/beflags.c index 43d713860..a4cf30b38 100644 --- a/ir/be/beflags.c +++ b/ir/be/beflags.c @@ -46,10 +46,11 @@ #include "error.h" #include "beflags.h" -#include "bearch_t.h" -#include "beirg_t.h" -#include "besched_t.h" -#include "benode_t.h" +#include "bearch.h" +#include "beirg.h" +#include "besched.h" +#include "benode.h" +#include "belive.h" static const arch_register_class_t *flag_class = NULL; static const arch_register_t *flags_reg = NULL;