From 61a0439e0257766b5b4bed163db2acce7dadde64 Mon Sep 17 00:00:00 2001 From: Stefan Boberg Date: Mon, 13 Oct 2025 16:52:19 +0200 Subject: split storage config from base config (#570) this change splits the configuration logic into a base part and a storage server part manually tested with shared server config file --- src/zenserver/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/zenserver/main.cpp') diff --git a/src/zenserver/main.cpp b/src/zenserver/main.cpp index f1c1a9394..97847b65d 100644 --- a/src/zenserver/main.cpp +++ b/src/zenserver/main.cpp @@ -24,8 +24,8 @@ #include -#include "config.h" #include "diag/logging.h" +#include "storageconfig.h" #if ZEN_PLATFORM_WINDOWS # include -- cgit v1.2.3