Skip to content

Commit f887434

Browse files
committed
chore: Fix blake3.h pattern in .clang-format after 2950646
1 parent c82d7fb commit f887434

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.clang-format

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ IncludeCategories:
3131
- Regex: '^<ccache/'
3232
Priority: 2
3333
# Dependency headers:
34-
- Regex: '^<(blake3/blake3\.h|cxxurl/url\.hpp|doctest/.*|fmt/.*|hiredis/.*|httplib\.h|nonstd/.*|tl/expected\.hpp|xx(hash|h_x86dispatch)\.h|zstd\.h)>$'
34+
- Regex: '^<(blake3\.h|cxxurl/url\.hpp|doctest/.*|fmt/.*|hiredis/.*|httplib\.h|nonstd/.*|tl/expected\.hpp|xx(hash|h_x86dispatch)\.h|zstd\.h)>$'
3535
Priority: 3
3636
# System headers:
3737
- Regex: '\.h.*>$'

src/ccache/Hash.hpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,10 @@
2121
#include <ccache/util/PathString.hpp>
2222
#include <ccache/util/conversion.hpp>
2323

24+
#include <blake3.h>
2425
#include <nonstd/span.hpp>
2526
#include <tl/expected.hpp>
2627

27-
#include <blake3.h>
28-
2928
#include <array>
3029
#include <cstdint>
3130
#include <cstdio>

0 commit comments

Comments
 (0)