Remove src/includes

This commit is contained in:
Tatsuhiro Tsujikawa
2022-12-26 19:45:12 +09:00
parent 30bb4eb8f2
commit 2ca0bb0a2f
5 changed files with 1 additions and 5 deletions

View File

@@ -55,5 +55,5 @@ clang-format:
CLANGFORMAT=`git config --get clangformat.binary`; \
test -z $${CLANGFORMAT} && CLANGFORMAT="clang-format"; \
$${CLANGFORMAT} -i lib/*.{c,h} lib/includes/nghttp2/*.h \
src/*.{c,cc,h} src/includes/nghttp2/*.h examples/*.{c,cc} \
src/*.{c,cc,h} examples/*.{c,cc} \
tests/*.{c,h} bpf/*.c fuzz/*.cc