diff mbox

[13/30] include/buffer.h: remove twice included stdio.h

Message ID 1354107458-30941-14-git-send-email-danny.al-gaaf@bisect.de (mailing list archive)
State New, archived
Headers show

Commit Message

Danny Al-Gaaf Nov. 28, 2012, 12:57 p.m. UTC
Fix includes: remove twice included stdio.h

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
---
 src/include/buffer.h | 1 -
 1 file changed, 1 deletion(-)
diff mbox

Patch

diff --git a/src/include/buffer.h b/src/include/buffer.h
index 4a9e96c..9a635bd 100644
--- a/src/include/buffer.h
+++ b/src/include/buffer.h
@@ -46,7 +46,6 @@  void	*valloc(size_t);
 #endif
 
 #include <stdint.h>
-#include <stdio.h>	// snprintf
 #include <string.h>
 
 #ifndef __CYGWIN__