Reverted latest changes.
[reactos.git] / reactos / lib / msvcrt / stdlib / gcvt.c
index 90f88d0..3a0b621 100644 (file)
@@ -1,6 +1,7 @@
 /* Copyright (C) 1998 DJ Delorie, see COPYING.DJ for details */
-#include <msvcrti.h>
-
+#include <msvcrt/stdlib.h>
+#include <msvcrt/stdio.h>
+#include <msvcrt/string.h>
 
 char *
 _gcvt (double value, int ndigits, char *buf)