diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2011-07-29 20:35:00 +0400 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2011-07-29 20:35:00 +0400 |
commit | 4c4773d96b1b2a157009590908fce032696281c5 (patch) | |
tree | c9709f5a21b4eafbfee04327884cb5c6d39006e4 /src/classifiers/classifiers.h | |
parent | 513e304bc6255492eee5c78c97d222037087f429 (diff) | |
download | rspamd-4c4773d96b1b2a157009590908fce032696281c5.tar.gz rspamd-4c4773d96b1b2a157009590908fce032696281c5.zip |
* 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.
Diffstat (limited to 'src/classifiers/classifiers.h')
-rw-r--r-- | src/classifiers/classifiers.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/classifiers/classifiers.h b/src/classifiers/classifiers.h index 78ceb196e..b05b62e34 100644 --- a/src/classifiers/classifiers.h +++ b/src/classifiers/classifiers.h @@ -1,10 +1,10 @@ #ifndef CLASSIFIERS_H #define CLASSIFIERS_H -#include "../config.h" -#include "../mem_pool.h" -#include "../statfile.h" -#include "../tokenizers/tokenizers.h" +#include "config.h" +#include "mem_pool.h" +#include "statfile.h" +#include "tokenizers/tokenizers.h" /* Consider this value as 0 */ #define ALPHA 0.0001 |