diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-09-22 18:17:24 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-09-22 18:17:24 +0100 |
commit | 3afc4aba24dd996950c3947b9cb6475271aec884 (patch) | |
tree | 039a180324e9e6423e635d39dbc7a1ee5cb54179 /test/rspamd_statfile_test.c | |
parent | 174f338b5d69e9885affb1d02e97ca3ba3b35224 (diff) | |
download | rspamd-3afc4aba24dd996950c3947b9cb6475271aec884.tar.gz rspamd-3afc4aba24dd996950c3947b9cb6475271aec884.zip |
Rename main.h and main.c to `rspamd.X`
Diffstat (limited to 'test/rspamd_statfile_test.c')
-rw-r--r-- | test/rspamd_statfile_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rspamd_statfile_test.c b/test/rspamd_statfile_test.c index af18faa5e..2ee32ea48 100644 --- a/test/rspamd_statfile_test.c +++ b/test/rspamd_statfile_test.c @@ -1,5 +1,5 @@ #include "config.h" -#include "main.h" +#include "rspamd.h" #include "tests.h" #include "ottery.h" |