Remove duplicate include with wrong #ifs
[citadel.git] / libcitadel / lib / stringbuf.c
index 31e99b52f06c15a477990a726314595cdda34956..4f381dd4813d0766bc4d9adeff105bc809568459 100644 (file)
@@ -30,9 +30,6 @@
 #define SHOW_ME_VAPPEND_PRINTF
 #include <stdarg.h>
 
 #define SHOW_ME_VAPPEND_PRINTF
 #include <stdarg.h>
 
-#ifndef LINUX_SENDFILE
-#include <sys/sendfile.h>
-#endif
 #include "libcitadel.h"
 
 #ifdef HAVE_ICONV
 #include "libcitadel.h"
 
 #ifdef HAVE_ICONV