summaryrefslogtreecommitdiffstats
path: root/newlib/libc/stdio/vfprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/stdio/vfprintf.c')
-rw-r--r--newlib/libc/stdio/vfprintf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/stdio/vfprintf.c b/newlib/libc/stdio/vfprintf.c
index 70a765e80..c10fed8e9 100644
--- a/newlib/libc/stdio/vfprintf.c
+++ b/newlib/libc/stdio/vfprintf.c
@@ -157,6 +157,7 @@ static char *rcsid = "$Id$";
*
* This code is large and complicated...
*/
+#include <newlib.h>
#ifdef INTEGER_ONLY
#define VFPRINTF vfiprintf
@@ -176,8 +177,6 @@ static char *rcsid = "$Id$";
#include <_ansi.h>
#include <reent.h>
-#include <newlib.h>
-#include <reent.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>