Prune the .may_include files a bit; detect unused lines in them

This commit is contained in:
Nick Mathewson
2018-07-01 18:14:28 -04:00
parent adcd1d8b9a
commit 83a4946e7b
5 changed files with 19 additions and 10 deletions
-3
View File
@@ -3,9 +3,6 @@ common/*.h
lib/*/*.h
# XXXX These all belong somewhere else
ht.h
linux_syscalls.inc
siphash.h
src/ext/timeouts/timeout.c
tor_queue.h
tor_readpassphrase.h
-1
View File
@@ -9,7 +9,6 @@ lib/encoding/*.h
lib/fs/*.h
lib/lock/*.h
lib/malloc/*.h
lib/err/*.h
lib/intmath/*.h
lib/sandbox/*.h
lib/string/*.h
+1
View File
@@ -4,6 +4,7 @@ lib/cc/*.h
lib/container/*.h
lib/ctime/*.h
lib/err/*.h
lib/intmath/*.h
lib/fs/*.h
lib/log/*.h
lib/malloc/*.h
+4 -4
View File
@@ -1,16 +1,16 @@
orconfig.h
lib/arch/*.h
lib/cc/*.h
lib/ctime/*.h
lib/container/*.h
lib/crypt_ops/*.h
lib/intmath/*.h
lib/ctime/*.h
lib/encoding/*.h
lib/err/*.h
lib/intmath/*.h
lib/log/*.h
lib/net/*.h
lib/string/*.h
lib/testsupport/testsupport.h
lib/tls/*.h
lib/log/*.h
ciphers.inc