fixed include
authorChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Mon, 15 May 2006 14:02:49 +0000 (14:02 +0000)
committerChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Mon, 15 May 2006 14:02:49 +0000 (14:02 +0000)
ir/be/ia32/ia32_transform.c

index 2140b9e..1ee6538 100644 (file)
 #include "irprintf.h"
 #include "debug.h"
 #include "irdom.h"
+#include "archop.h"     /* we need this for Min and Max nodes */
 
 #include "../benode_t.h"
 #include "../besched.h"
 #include "../beabi.h"
 
-#include "../arch/archop.h"     /* we need this for Min and Max nodes */
-
 #include "bearch_ia32_t.h"
 #include "ia32_nodes_attr.h"
 #include "ia32_transform.h"