Remove duplicate include with wrong #ifs
authorWilfried Goesgens <dothebart@citadel.org>
Thu, 10 May 2012 20:34:49 +0000 (22:34 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Thu, 10 May 2012 20:34:49 +0000 (22:34 +0200)
libcitadel/lib/stringbuf.c

index 31e99b52f06c15a477990a726314595cdda34956..4f381dd4813d0766bc4d9adeff105bc809568459 100644 (file)
@@ -30,9 +30,6 @@
 #define SHOW_ME_VAPPEND_PRINTF
 #include <stdarg.h>
 
-#ifndef LINUX_SENDFILE
-#include <sys/sendfile.h>
-#endif
 #include "libcitadel.h"
 
 #ifdef HAVE_ICONV