[klibc] [PATCH 2/2] fprintf: cleanup includes

maximilian attems max at stro.at
Wed Jun 15 08:54:05 PDT 2011


Nothing in fprintf uses stdarg.h features.

Signed-off-by: maximilian attems <max at stro.at>
---
 usr/klibc/fprintf.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/usr/klibc/fprintf.c b/usr/klibc/fprintf.c
index 8403923..2c05762 100644
--- a/usr/klibc/fprintf.c
+++ b/usr/klibc/fprintf.c
@@ -3,7 +3,6 @@
  */
 
 #include <stdio.h>
-#include <stdarg.h>
 
 #define BUFFER_SIZE	16384
 
-- 
1.7.5.3



More information about the klibc mailing list