summaryrefslogtreecommitdiff
path: root/src/buildtool/crypto/hash_info.cpp
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2024-11-08 14:52:51 +0100
committerMaksim Denisov <denisov.maksim@huawei.com>2024-11-14 14:23:05 +0100
commit300adf3d40cf9e87b277e6922b571c3938d41655 (patch)
treede1ceac4cad4fa137664f85c80626473e9e012f0 /src/buildtool/crypto/hash_info.cpp
parente89833e12fd374a107e7595d63c4b4f17a4c7496 (diff)
downloadjustbuild-300adf3d40cf9e87b277e6922b571c3938d41655.tar.gz
crypto: Implement IWYU suggestions
Diffstat (limited to 'src/buildtool/crypto/hash_info.cpp')
-rw-r--r--src/buildtool/crypto/hash_info.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/buildtool/crypto/hash_info.cpp b/src/buildtool/crypto/hash_info.cpp
index e185d214..95a5112a 100644
--- a/src/buildtool/crypto/hash_info.cpp
+++ b/src/buildtool/crypto/hash_info.cpp
@@ -15,7 +15,6 @@
#include "src/buildtool/crypto/hash_info.hpp"
#include "fmt/core.h"
-#include "gsl/gsl" // Ensures
#include "src/buildtool/common/protocol_traits.hpp"
#include "src/buildtool/crypto/hasher.hpp"
#include "src/utils/cpp/hex_string.hpp"