diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/zenmaster/zenmaster.cpp | 1 | ||||
| -rw-r--r-- | src/zenmaster/zenmaster.h | 4 |
2 files changed, 0 insertions, 5 deletions
diff --git a/src/zenmaster/zenmaster.cpp b/src/zenmaster/zenmaster.cpp index 9f71c1a5d..353b0da6a 100644 --- a/src/zenmaster/zenmaster.cpp +++ b/src/zenmaster/zenmaster.cpp @@ -33,7 +33,6 @@ #endif ZEN_THIRD_PARTY_INCLUDES_START -#include <cpr/cpr.h> #include <spdlog/sinks/ansicolor_sink.h> #include <spdlog/spdlog.h> #include <gsl/gsl-lite.hpp> diff --git a/src/zenmaster/zenmaster.h b/src/zenmaster/zenmaster.h index 1a247c5cd..f3050921e 100644 --- a/src/zenmaster/zenmaster.h +++ b/src/zenmaster/zenmaster.h @@ -7,10 +7,6 @@ #include <zencore/zencore.h> #include <zenutil/commandlineoptions.h> -namespace cpr { -class Response; -} - namespace zen { struct ZenMasterCliOptions |