update for HEAD-2003021201
[reactos.git] / lib / crtdll / string / strlwr.c
index 9a11967..131ec3f 100644 (file)
@@ -8,8 +8,8 @@
  * Copyright 1997 Uwe Bonnes
  */
 
-#include <crtdll/string.h>
-#include <crtdll/ctype.h>
+#include <msvcrt/string.h>
+#include <msvcrt/ctype.h>
 
 char * _strlwr(char *x)
 {