Reverted latest changes.
[reactos.git] / reactos / lib / msvcrt / stdio / vfwprint.c
index 080f48f..91082d7 100644 (file)
@@ -1,6 +1,8 @@
 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
-#include <msvcrti.h>
-
+#include <stdarg.h>
+#include <msvcrt/stdio.h>
+#include <msvcrt/malloc.h>
+#include <msvcrt/internal/file.h>
 
 int _isnanl(double x);
 int _isinfl(double x);
@@ -51,6 +53,16 @@ vfwprintf(FILE *f, const wchar_t *fmt, va_list ap)
  * Appropiated for the reactos kernel, March 1998 -- David Welch
  */
 
+#include <msvcrt/stdarg.h>
+
+#include <msvcrt/ctype.h>
+#include <msvcrt/string.h>
+#include <msvcrt/stdio.h>
+#include <msvcrt/string.h>
+#include <msvcrt/math.h>
+#include <msvcrt/internal/ieee.h>
+
+
 #define ZEROPAD                1       /* pad with zero */
 #define SIGN           2       /* unsigned/signed long */
 #define PLUS           4       /* show plus */