diff options
| author | Stefan Boberg <[email protected]> | 2021-09-15 10:15:24 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-09-15 10:15:24 +0200 |
| commit | 6a5d207920f030e54710af12463f4a701c09b118 (patch) | |
| tree | f4a652fbd8e5670044e75794e85bfb8c85b09aa0 /zen/cmds/deploy.cpp | |
| parent | Changed so more loggers go via the zen::loggers interface (diff) | |
| download | archived-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.cpp | 3 |
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() { |