Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
varnish-cache
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
varnishcache
varnish-cache
Commits
7b00d5df
Unverified
Commit
7b00d5df
authored
Apr 10, 2019
by
Federico G. Schwindt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor polishing
parent
490a0c7c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
include_wash.py
tools/include_wash.py
+3
-3
No files found.
tools/include_wash.py
View file @
7b00d5df
...
...
@@ -29,11 +29,11 @@ def check(fn):
for
i
in
(
"cache/cache.h"
,
"cache.h"
):
if
i
in
l
:
for
i
in
(
"stddef.h"
,
"stdint.h"
,
"vrt.h"
,
for
j
in
(
"stddef.h"
,
"stdint.h"
,
"vrt.h"
,
"math.h"
,
"pthread.h"
,
"stdarg.h"
,
"sys/types.h"
,
"vdef.h"
,
"miniobj.h"
,
"vas.h"
,
"vqueue.h"
,
"vtree.h"
):
if
i
in
l
:
print
(
fn
,
i
+
" included with cache.h"
)
if
j
in
l
:
print
(
fn
,
j
+
" included with cache.h"
)
for
(
dir
,
dns
,
fns
)
in
os
.
walk
(
"."
):
for
f
in
fns
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment