summaryrefslogtreecommitdiff
path: root/boost/beast/core/detail/sha1.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/beast/core/detail/sha1.hpp')
-rw-r--r--boost/beast/core/detail/sha1.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/boost/beast/core/detail/sha1.hpp b/boost/beast/core/detail/sha1.hpp
index abcc307407..c4c8d5e3fd 100644
--- a/boost/beast/core/detail/sha1.hpp
+++ b/boost/beast/core/detail/sha1.hpp
@@ -11,10 +11,7 @@
#define BOOST_BEAST_DETAIL_SHA1_HPP
#include <boost/beast/core/detail/config.hpp>
-
-#include <algorithm>
#include <cstdint>
-#include <cstring>
// Based on https://github.com/vog/sha1
/*