update for HEAD-2003021201
[reactos.git] / lib / crtdll / tchar / strncnt.c
index b47cc20..2c56f8f 100644 (file)
@@ -1,6 +1,5 @@
-#include <crtdll/tchar.h>
-#include <crtdll/sys/types.h>
-#include <crtdll/string.h>
+#include <msvcrt/sys/types.h>
+#include <msvcrt/string.h>
 
 size_t _strncnt( const char *str, size_t max) 
 {