aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-10-11 16:52:29 +0200
committerMattias Andrée <maandree@operamail.com>2015-10-11 16:52:29 +0200
commit8e8150328c5ec81f723ace7c3c0984bd4ee79366 (patch)
tree1062fb948f58a55616fd2e6c985abbd9b6244de3
parentm + m doc (diff)
downloadslibc-8e8150328c5ec81f723ace7c3c0984bd4ee79366.tar.gz
slibc-8e8150328c5ec81f723ace7c3c0984bd4ee79366.tar.bz2
slibc-8e8150328c5ec81f723ace7c3c0984bd4ee79366.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--src/stdio/printf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stdio/printf.c b/src/stdio/printf.c
index e5c603c..7e8d3d3 100644
--- a/src/stdio/printf.c
+++ b/src/stdio/printf.c
@@ -24,7 +24,6 @@
#include <slibc-alloc.h>
#include <string.h>
#include <wchar.h>
-#include <stdio.h>
#define INT_MAX 0x7FFFFFFF /* TODO temporary */