Revision a1de4e94 lib/filters/bayes-filter.c
| b/lib/filters/bayes-filter.c | ||
|---|---|---|
| 16 | 16 |
#include "filter-utils.h" |
| 17 | 17 |
#include "bayes-filter.h" |
| 18 | 18 |
|
| 19 |
#include "libsylph/utils.h" |
|
| 19 |
#ifdef BUILTIN_LIBSYLPH |
|
| 20 |
# include "libsylph/utils.h" |
|
| 21 |
#else |
|
| 22 |
# include <sylph/utils.h> |
|
| 23 |
#endif |
|
| 20 | 24 |
|
| 21 | 25 |
#define N_TOKENS 15 |
| 22 | 26 |
#undef USE_STATUS_KVS |
Also available in: Unified diff