diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2017-01-27 11:27:32 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2017-01-27 11:27:32 +0000 |
commit | ab314b7660006b9f255e04e48518fd03d453a8c0 (patch) | |
tree | e4561ba6d031fb9394267b8e16a7d316946b1e09 /config.h.in | |
parent | 7d4e12049812fb4faf2b2c7360de630d063e00b0 (diff) | |
download | rspamd-ab314b7660006b9f255e04e48518fd03d453a8c0.tar.gz rspamd-ab314b7660006b9f255e04e48518fd03d453a8c0.zip |
[Minor] Remove useless jemalloc include
Issue: #1377
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/config.h.in b/config.h.in index 3d1c5f947..6b695aa4a 100644 --- a/config.h.in +++ b/config.h.in @@ -257,10 +257,6 @@ #include <stdlib.h> #endif -#ifdef WITH_JEMALLOC -#include <jemalloc.h> -#endif - /* stdio */ #ifdef HAVE_STDIO_H #include <stdio.h> |