From: Christian Würdig Date: Fri, 9 Feb 2007 10:34:17 +0000 (+0000) Subject: BugFix: fixed wrong include X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=60d4faced87fd289fe0514ef7d35b857b4fc4e4c;p=libfirm BugFix: fixed wrong include [r8617] --- diff --git a/ir/ana/phiclass.c b/ir/ana/phiclass.c index 0daa2287a..5dbcf79f2 100644 --- a/ir/ana/phiclass.c +++ b/ir/ana/phiclass.c @@ -16,7 +16,7 @@ #include "irgwalk.h" #include "irop_t.h" #include "iredges_t.h" -#include "phiclass_t.h" +#include "phiclass.h" #include "irphase_t.h" struct _phi_classes_t {