aboutsummaryrefslogtreecommitdiff
path: root/bpkg/checksum.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-06-24 22:12:01 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-06-26 15:29:44 +0300
commit58357d79110a925dcb3cdc734d812f17b6465c17 (patch)
tree2b5f4714e038f1b0cefcca64b427e6ae9772833f /bpkg/checksum.cxx
parent86700536f5ca500c4a837d03626f672dcfdbb97d (diff)
Fix build order for test and main packages
Diffstat (limited to 'bpkg/checksum.cxx')
-rw-r--r--bpkg/checksum.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/bpkg/checksum.cxx b/bpkg/checksum.cxx
index efc86dd..9c52da0 100644
--- a/bpkg/checksum.cxx
+++ b/bpkg/checksum.cxx
@@ -3,10 +3,6 @@
#include <bpkg/checksum.hxx>
-#ifdef _WIN32
-# include <algorithm> // replace()
-#endif
-
#include <bpkg/diagnostics.hxx>
using namespace std;