From: Wilfried Goesgens Date: Thu, 10 May 2012 20:34:49 +0000 (+0200) Subject: Remove duplicate include with wrong #ifs X-Git-Tag: v8.11~24 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=1aa51c5b5260e04c08fd59b58815129db4f4bf32 Remove duplicate include with wrong #ifs --- diff --git a/libcitadel/lib/stringbuf.c b/libcitadel/lib/stringbuf.c index 31e99b52f..4f381dd48 100644 --- a/libcitadel/lib/stringbuf.c +++ b/libcitadel/lib/stringbuf.c @@ -30,9 +30,6 @@ #define SHOW_ME_VAPPEND_PRINTF #include -#ifndef LINUX_SENDFILE -#include -#endif #include "libcitadel.h" #ifdef HAVE_ICONV