Reverted latest changes.
[reactos.git] / reactos / lib / msvcrt / stdio / scanf.c
index afb86a2..41462b0 100644 (file)
@@ -14,9 +14,13 @@ Library General Public License for more details.
 You should have received a copy of the GNU Library General Public
 License along with the GNU C Library; see the file COPYING.LIB.  If
 not, write to the Free Software Foundation, Inc., 675 Mass Ave,
-Cambridge, MA 02139, USA.
- */
-#include <msvcrti.h>
+Cambridge, MA 02139, USA.  */
+
+#include <msvcrt/stdarg.h>
+#include <msvcrt/stdio.h>
+#include <msvcrt/wchar.h>
+#include <msvcrt/alloc.h>
+#include <msvcrt/internal/stdio.h>
 
 
 /* Read formatted input from stdin according to the format string FORMAT.  */