X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbeutil.h;h=47af83a6033d10b049cb4119abdbfa0bad6f1bd9;hb=a92ff34e623ded0eb85277c1f37235947855dffb;hp=5f17a78a8e2c1225f90fe4f5cdf9b680b76a35a8;hpb=c0acb5cc9a2967e31e2b2961a98831d674cea3b8;p=libfirm diff --git a/ir/be/beutil.h b/ir/be/beutil.h index 5f17a78a8..47af83a60 100644 --- a/ir/be/beutil.h +++ b/ir/be/beutil.h @@ -8,7 +8,7 @@ #include "pset.h" #include "irnode.h" -#include "bearch.h" +#include "bearch_t.h" /* iterate over a list of ir_nodes linked by link field */ #define foreach_linked_irns(head, iter) for ((iter) = (head); (iter); (iter) = get_irn_link((iter)))