aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/main.c b/src/main.c
index b4537eeeb..84b611822 100644
--- a/src/main.c
+++ b/src/main.c
@@ -24,14 +24,12 @@
#include "config.h"
#include "main.h"
-#include "cfg_file.h"
-#include "util.h"
#include "lmtp.h"
#include "smtp.h"
-#include "map.h"
+#include "libutil/map.h"
#include "fuzzy_storage.h"
#include "kvstorage_server.h"
-#include "symbols_cache.h"
+#include "libserver/symbols_cache.h"
#include "lua/lua_common.h"
#include "ottery.h"
#include "xxhash.h"