branch update for HEAD-2003021201
[reactos.git] / lib / crtdll / stdlib / gcvt.c
index f32157a..3a0b621 100644 (file)
@@ -1,7 +1,7 @@
 /* Copyright (C) 1998 DJ Delorie, see COPYING.DJ for details */
-#include <crtdll/stdlib.h>
-#include <crtdll/stdio.h>
-#include <crtdll/string.h>
+#include <msvcrt/stdlib.h>
+#include <msvcrt/stdio.h>
+#include <msvcrt/string.h>
 
 char *
 _gcvt (double value, int ndigits, char *buf)