aboutsummaryrefslogtreecommitdiff
path: root/zen/cmds/deploy.cpp
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 /zen/cmds/deploy.cpp
parentChanged so more loggers go via the zen::loggers interface (diff)
downloadarchived-zen-6a5d207920f030e54710af12463f4a701c09b118.tar.xz
archived-zen-6a5d207920f030e54710af12463f4a701c09b118.zip
Changed direct includes of spdlog/spdlog.h into zencore/logging.h to make it easier to tweak implementation
Diffstat (limited to 'zen/cmds/deploy.cpp')
-rw-r--r--zen/cmds/deploy.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/zen/cmds/deploy.cpp b/zen/cmds/deploy.cpp
index 3e5b77c20..b6ff53cf7 100644
--- a/zen/cmds/deploy.cpp
+++ b/zen/cmds/deploy.cpp
@@ -3,8 +3,7 @@
#include "deploy.h"
#include <zencore/string.h>
-
-#include <spdlog/spdlog.h>
+#include <zencore/logging.h>
DeployCommand::DeployCommand()
{