aboutsummaryrefslogtreecommitdiff
path: root/zenserver/testing
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-09-15 10:15:24 +0200
committerStefan Boberg <[email protected]>2021-09-15 10:15:24 +0200
commit6a5d207920f030e54710af12463f4a701c09b118 (patch)
treef4a652fbd8e5670044e75794e85bfb8c85b09aa0 /zenserver/testing
parentChanged so more loggers go via the zen::loggers interface (diff)
downloadzen-6a5d207920f030e54710af12463f4a701c09b118.tar.xz
zen-6a5d207920f030e54710af12463f4a701c09b118.zip
Changed direct includes of spdlog/spdlog.h into zencore/logging.h to make it easier to tweak implementation
Diffstat (limited to 'zenserver/testing')
-rw-r--r--zenserver/testing/httptest.h3
-rw-r--r--zenserver/testing/launch.h2
2 files changed, 2 insertions, 3 deletions
diff --git a/zenserver/testing/httptest.h b/zenserver/testing/httptest.h
index 5809d4e2e..e174faf62 100644
--- a/zenserver/testing/httptest.h
+++ b/zenserver/testing/httptest.h
@@ -3,8 +3,7 @@
#pragma once
#include <zenhttp/httpserver.h>
-
-#include <spdlog/spdlog.h>
+#include <zencore/logging.h>
namespace zen {
diff --git a/zenserver/testing/launch.h b/zenserver/testing/launch.h
index 001615499..f38e62192 100644
--- a/zenserver/testing/launch.h
+++ b/zenserver/testing/launch.h
@@ -3,8 +3,8 @@
#pragma once
#include <zenhttp/httpserver.h>
+#include <zencore/logging.h>
-#include <spdlog/spdlog.h>
#include <filesystem>
namespace zen {