branch update for HEAD-2003021201
[reactos.git] / lib / crtdll / string / memmove.c
index 3315e10..a3d3726 100644 (file)
@@ -1,4 +1,4 @@
-#include <crtdll/string.h>
+#include <msvcrt/string.h>
 
 
 void * memmove(void *dest,const void *src,size_t count)