From f887434d35bf6544ce3b56dd7684de804cdaacfa Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Fri, 31 May 2024 20:37:12 +0200 Subject: [PATCH] chore: Fix blake3.h pattern in .clang-format after 2950646b473e --- .clang-format | 2 +- src/ccache/Hash.hpp | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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 -- 2.47.2