Index: /trunk/processor/head.m4
===================================================================
--- /trunk/processor/head.m4	(revision 983)
+++ /trunk/processor/head.m4	(revision 994)
@@ -12,6 +12,6 @@
 #include "xcache.h"
 #include "util/xc_align.h"
-#include "xc_const_string.h"
-#include "xc_processor.h"
+#include "xcache/xc_const_string.h"
+#include "xcache/xc_processor.h"
 #include "xcache_globals.h"
 
Index: /trunk/Makefile.frag
===================================================================
--- /trunk/Makefile.frag	(revision 987)
+++ /trunk/Makefile.frag	(revision 994)
@@ -1,6 +1,6 @@
 XCACHE_PROC_SRC=$(srcdir)/processor/main.m4
 XCACHE_PROC_OUT=$(builddir)/processor.out
-XCACHE_PROC_C=$(builddir)/xcache/xc_processor_real.c
-XCACHE_PROC_H=$(builddir)/xcache/xc_processor.h
+XCACHE_PROC_C=$(builddir)/xc_processor_real.c
+XCACHE_PROC_H=$(builddir)/xc_processor.h
 XCACHE_INCLUDES_SRC=$(srcdir)/includes.c
 XCACHE_INCLUDES_I=$(builddir)/includes.i
