diff options
Diffstat (limited to 'test/rspamd_fuzzy_test.c')
-rw-r--r-- | test/rspamd_fuzzy_test.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/rspamd_fuzzy_test.c b/test/rspamd_fuzzy_test.c index a5c76cb34..7bee03164 100644 --- a/test/rspamd_fuzzy_test.c +++ b/test/rspamd_fuzzy_test.c @@ -1,6 +1,6 @@ -#include "../src/config.h" -#include "../src/main.h" -#include "../src/fuzzy.h" +#include "config.h" +#include "main.h" +#include "fuzzy.h" #include "tests.h" static char *s1 = "This is sample test text.\r\n" |