aboutsummaryrefslogtreecommitdiff
path: root/src/zen/cmds/cache_cmd.cpp
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2025-09-29 10:06:51 +0200
committerGitHub Enterprise <[email protected]>2025-09-29 10:06:51 +0200
commit53655c4d1a97e46ecc15deccb7a9e9c4825a16bd (patch)
tree4dee30189abb6764ab1bd0dcc3cfd3e89f018bde /src/zen/cmds/cache_cmd.cpp
parentfixed ParsePackageMessage error message when mismatched header magic is detec... (diff)
downloadarchived-zen-53655c4d1a97e46ecc15deccb7a9e9c4825a16bd.tar.xz
archived-zen-53655c4d1a97e46ecc15deccb7a9e9c4825a16bd.zip
remove spurious cpr.h includes (#520)
Diffstat (limited to 'src/zen/cmds/cache_cmd.cpp')
-rw-r--r--src/zen/cmds/cache_cmd.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/zen/cmds/cache_cmd.cpp b/src/zen/cmds/cache_cmd.cpp
index aa23373c4..5948a7f1d 100644
--- a/src/zen/cmds/cache_cmd.cpp
+++ b/src/zen/cmds/cache_cmd.cpp
@@ -18,10 +18,6 @@
#include <memory>
#include <random>
-ZEN_THIRD_PARTY_INCLUDES_START
-#include <cpr/cpr.h>
-ZEN_THIRD_PARTY_INCLUDES_END
-
namespace zen {
namespace {