branch update for HEAD-2003021201
[reactos.git] / lib / crtdll / string / strupr.c
index 4cb0af4..21b17f4 100644 (file)
@@ -9,8 +9,8 @@
  */
 
 
-#include <crtdll/string.h>
-#include <crtdll/ctype.h>
+#include <msvcrt/string.h>
+#include <msvcrt/ctype.h>
 
 char *_strupr(char *x)
 {