From 4c4773d96b1b2a157009590908fce032696281c5 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Fri, 29 Jul 2011 20:35:00 +0400 Subject: * Fix build under CentOS 5 with old glib 2.12 * Fix build of rspamd with CMAKE_BINARY_DIR differs from CMAKE_SOURCE_DIR Rework include style. --- src/plugins/chartable.c | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'src/plugins/chartable.c') diff --git a/src/plugins/chartable.c b/src/plugins/chartable.c index ea30fca87..cdf7e3e4e 100644 --- a/src/plugins/chartable.c +++ b/src/plugins/chartable.c @@ -31,14 +31,13 @@ * (e.g. if threshold is 0.1 than charset change should occure more often than in 10 symbols), default: 0.1 */ -#include "../config.h" -#include "../main.h" -#include "../message.h" -#include "../modules.h" -#include "../cfg_file.h" -#include "../expressions.h" -#include "../view.h" -#include "../cfg_xml.h" +#include "config.h" +#include "main.h" +#include "message.h" +#include "cfg_file.h" +#include "expressions.h" +#include "view.h" +#include "cfg_xml.h" #define DEFAULT_SYMBOL "R_CHARSET_MIXED" #define DEFAULT_THRESHOLD 0.1 -- cgit v1.2.3