summaryrefslogtreecommitdiff
path: root/src/buildtool/crypto/hash_function.hpp
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2023-11-30 14:09:35 +0100
committerPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2023-11-30 17:34:09 +0100
commit9825c6d1035e4bed4d237d6c90308ded9e54e193 (patch)
treec214bcdbe42a56e7896e01d9e652702fb6440985 /src/buildtool/crypto/hash_function.hpp
parente70d12f9e6ec9d384a00c389e2111265fbe54784 (diff)
downloadjustbuild-9825c6d1035e4bed4d237d6c90308ded9e54e193.tar.gz
Resolve inconsistencies in third-party headers include format
Diffstat (limited to 'src/buildtool/crypto/hash_function.hpp')
-rw-r--r--src/buildtool/crypto/hash_function.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/buildtool/crypto/hash_function.hpp b/src/buildtool/crypto/hash_function.hpp
index fa141ed2..f2dc618a 100644
--- a/src/buildtool/crypto/hash_function.hpp
+++ b/src/buildtool/crypto/hash_function.hpp
@@ -22,10 +22,9 @@
#include <string>
#include <utility>
+#include "gsl/gsl"
#include "src/buildtool/crypto/hasher.hpp"
-#include <gsl/gsl>
-
/// \brief Hash function used for the entire buildtool.
class HashFunction {
public: