File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ IncludeCategories:
31
31
- Regex : ' ^<ccache/'
32
32
Priority : 2
33
33
# 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)>$'
35
35
Priority : 3
36
36
# System headers:
37
37
- Regex : ' \.h.*>$'
Original file line number Diff line number Diff line change 21
21
#include < ccache/util/PathString.hpp>
22
22
#include < ccache/util/conversion.hpp>
23
23
24
+ #include < blake3.h>
24
25
#include < nonstd/span.hpp>
25
26
#include < tl/expected.hpp>
26
27
27
- #include < blake3.h>
28
-
29
28
#include < array>
30
29
#include < cstdint>
31
30
#include < cstdio>
You can’t perform that action at this time.
0 commit comments