Reverted latest changes.
[reactos.git] / reactos / lib / msvcrt / string / strrchr.c
index a8a3dc4..64be5cd 100644 (file)
@@ -1,7 +1,6 @@
 /* Copyright (C) 1996 DJ Delorie, see COPYING.DJ for details */
 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
-#include <msvcrti.h>
-
+#include <msvcrt/string.h>
 
 char *
 strrchr(const char *s, int c)