aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/string.c
diff options
context:
space:
mode:
authorkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-03-23 09:48:06 +0000
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-03-23 09:48:06 +0000
commit2a5f90e8e88330b026e79c1a3c38a711f545c167 (patch)
treecaa5435c339291cc581777a52e4981c75b77260d /xen/common/string.c
parentc2929ecdf6cba5d5e5fd09c52e465e5f4a22fb83 (diff)
downloadxen-2a5f90e8e88330b026e79c1a3c38a711f545c167.tar.gz
xen-2a5f90e8e88330b026e79c1a3c38a711f545c167.tar.bz2
xen-2a5f90e8e88330b026e79c1a3c38a711f545c167.zip
bitkeeper revision 1.821 (406007d6uu0vZYDxa9P1ZfNO9kF_Cg)
Many files: xeno -> xen renames. ide-xen.c: Rename: xen/drivers/ide/ide-xeno.c -> xen/drivers/ide/ide-xen.c xen.lds: Rename: xen/arch/i386/xeno.lds -> xen/arch/i386/xen.lds Many files: mvdir
Diffstat (limited to 'xen/common/string.c')
-rw-r--r--xen/common/string.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/xen/common/string.c b/xen/common/string.c
index a8f5596a0f..bf9595d75b 100644
--- a/xen/common/string.c
+++ b/xen/common/string.c
@@ -15,9 +15,9 @@
* reentrant and should be faster). Use only strsep() in new code, please.
*/
-#include <xeno/types.h>
-#include <xeno/string.h>
-#include <xeno/ctype.h>
+#include <xen/types.h>
+#include <xen/string.h>
+#include <xen/ctype.h>
#ifndef __HAVE_ARCH_STRNICMP
/**