BugFix: fixed wrong include
authorChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Fri, 9 Feb 2007 10:34:17 +0000 (10:34 +0000)
committerChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Fri, 9 Feb 2007 10:34:17 +0000 (10:34 +0000)
[r8617]

ir/ana/phiclass.c

index 0daa228..5dbcf79 100644 (file)
@@ -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 {