From 1aa51c5b5260e04c08fd59b58815129db4f4bf32 Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Thu, 10 May 2012 22:34:49 +0200 Subject: [PATCH] Remove duplicate include with wrong #ifs --- libcitadel/lib/stringbuf.c | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.30.2