From: Vsevolod Stakhov Date: Fri, 27 Jan 2017 11:27:32 +0000 (+0000) Subject: [Minor] Remove useless jemalloc include X-Git-Tag: 1.5.0~241 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ab314b7660006b9f255e04e48518fd03d453a8c0;p=thirdparty%2Frspamd.git [Minor] Remove useless jemalloc include Issue: #1377 --- diff --git a/config.h.in b/config.h.in index 3d1c5f9472..6b695aa4a6 100644 --- a/config.h.in +++ b/config.h.in @@ -257,10 +257,6 @@ #include #endif -#ifdef WITH_JEMALLOC -#include -#endif - /* stdio */ #ifdef HAVE_STDIO_H #include