update for HEAD-2003021201
[reactos.git] / lib / ntdll / string / stricmp.c
index 913ceef..dce78e3 100644 (file)
@@ -1,6 +1,6 @@
 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
-#include <crtdll/string.h>
-#include <crtdll/ctype.h>
+#include <string.h>
+#include <ctype.h>
 
 int
 _stricmp(const char *s1, const char *s2)