aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2015-12-27 13:02:33 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2015-12-27 13:10:41 +0000
commit4ce549ad001660aaf60b3804921a70f2bd8c503a (patch)
treefa12519cf5fc9eb8b058537b306bc487a0af5f12
parent19f28d85479e4d0e97d15f8ad05890c01fd033f3 (diff)
downloadrspamd-4ce549ad001660aaf60b3804921a70f2bd8c503a.tar.gz
rspamd-4ce549ad001660aaf60b3804921a70f2bd8c503a.zip
Remove shit added by CLion
-rw-r--r--src/controller.c2
-rw-r--r--src/http_proxy.c2
-rw-r--r--src/libserver/cfg_rcl.c4
-rw-r--r--src/libserver/protocol.c2
-rw-r--r--src/lua_worker.c1
-rw-r--r--src/worker.c3
6 files changed, 0 insertions, 14 deletions
diff --git a/src/controller.c b/src/controller.c
index 68ce74a3a..0f3b66090 100644
--- a/src/controller.c
+++ b/src/controller.c
@@ -34,8 +34,6 @@
#include "libutil/rrd.h"
#include "unix-std.h"
#include <math.h>
-#include <tclDecls.h>
-#include <curses.h>
/* 60 seconds for worker's IO */
#define DEFAULT_WORKER_IO_TIMEOUT 60000
diff --git a/src/http_proxy.c b/src/http_proxy.c
index eebd5c91e..42677b193 100644
--- a/src/http_proxy.c
+++ b/src/http_proxy.c
@@ -22,8 +22,6 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include <tclDecls.h>
-#include <curses.h>
#include "config.h"
#include "libutil/util.h"
#include "libutil/map.h"
diff --git a/src/libserver/cfg_rcl.c b/src/libserver/cfg_rcl.c
index 41c6d3f17..bff732c4f 100644
--- a/src/libserver/cfg_rcl.c
+++ b/src/libserver/cfg_rcl.c
@@ -39,10 +39,6 @@
#ifdef HAVE_GLOB_H
#include <glob.h>
-#include <cursesp.h>
-#include <itclInt.h>
-#include <cursesf.h>
-
#endif
struct rspamd_rcl_default_handler_data {
diff --git a/src/libserver/protocol.c b/src/libserver/protocol.c
index 93ed5a546..35a74208f 100644
--- a/src/libserver/protocol.c
+++ b/src/libserver/protocol.c
@@ -22,8 +22,6 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include <glib-unix.h>
-#include <itcl2TclOO.h>
#include "config.h"
#include "rspamd.h"
#include "util.h"
diff --git a/src/lua_worker.c b/src/lua_worker.c
index 7188cb6b8..f7d83db09 100644
--- a/src/lua_worker.c
+++ b/src/lua_worker.c
@@ -22,7 +22,6 @@
*/
-#include <tclDecls.h>
#include "config.h"
#include "util.h"
#include "rspamd.h"
diff --git a/src/worker.c b/src/worker.c
index cce45c405..982274f49 100644
--- a/src/worker.c
+++ b/src/worker.c
@@ -26,9 +26,6 @@
* Rspamd worker implementation
*/
-#include <libserver/rspamd_control.h>
-#include <tclDecls.h>
-#include <curses.h>
#include "config.h"
#include "libutil/util.h"
#include "libutil/map.h"