From: Joel Rosdahl Date: Fri, 31 May 2024 18:37:12 +0000 (+0200) Subject: chore: Fix blake3.h pattern in .clang-format after 2950646b473e X-Git-Tag: v4.11~147 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f887434d35bf6544ce3b56dd7684de804cdaacfa;p=thirdparty%2Fccache.git chore: Fix blake3.h pattern in .clang-format after 2950646b473e --- diff --git a/.clang-format b/.clang-format index 92da3a9d..db62f47a 100644 --- a/.clang-format +++ b/.clang-format @@ -31,7 +31,7 @@ IncludeCategories: - Regex: '^$' + - Regex: '^<(blake3\.h|cxxurl/url\.hpp|doctest/.*|fmt/.*|hiredis/.*|httplib\.h|nonstd/.*|tl/expected\.hpp|xx(hash|h_x86dispatch)\.h|zstd\.h)>$' Priority: 3 # System headers: - Regex: '\.h.*>$' diff --git a/src/ccache/Hash.hpp b/src/ccache/Hash.hpp index 87be969c..fc842f3b 100644 --- a/src/ccache/Hash.hpp +++ b/src/ccache/Hash.hpp @@ -21,11 +21,10 @@ #include #include +#include #include #include -#include - #include #include #include