mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Run rectify_include_paths.py
This commit is contained in:
@@ -46,7 +46,7 @@ def fix_includes(inp, out, mapping):
|
||||
incs = get_include_map()
|
||||
|
||||
for dirpath,dirnames,fnames in os.walk("src"):
|
||||
exclude(["ext", "trunnel"], dirnames)
|
||||
exclude(["trunnel"], dirnames)
|
||||
|
||||
for fname in fnames:
|
||||
if fname.endswith(".c") or fname.endswith(".h"):
|
||||
|
||||
Reference in New Issue
Block a user