Fix includes: remove twice included stdio.h

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

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__
-- 
1.8.0

--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to