diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-07-01 18:14:28 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-07-01 18:14:28 -0400 |
commit | 83a4946e7b9d2bb75ab8dfa8073c5dd7b3f77bc9 (patch) | |
tree | ae3f82116b7fdebefca1e0ac8f913d40d1276df5 /src/lib | |
parent | adcd1d8b9ac09f3abc11e2e3187fe363ad3df2fd (diff) | |
download | tor-83a4946e7b9d2bb75ab8dfa8073c5dd7b3f77bc9.tar.gz tor-83a4946e7b9d2bb75ab8dfa8073c5dd7b3f77bc9.zip |
Prune the .may_include files a bit; detect unused lines in them
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/crypt_ops/.may_include | 1 | ||||
-rw-r--r-- | src/lib/process/.may_include | 1 | ||||
-rw-r--r-- | src/lib/tls/.may_include | 8 |
3 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/crypt_ops/.may_include b/src/lib/crypt_ops/.may_include index 6ca06f590e..a0fa4ec05c 100644 --- a/src/lib/crypt_ops/.may_include +++ b/src/lib/crypt_ops/.may_include @@ -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 diff --git a/src/lib/process/.may_include b/src/lib/process/.may_include index c02e7fddb2..05414d2a96 100644 --- a/src/lib/process/.may_include +++ b/src/lib/process/.may_include @@ -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 diff --git a/src/lib/tls/.may_include b/src/lib/tls/.may_include index 1a4b8ca521..ca7cb455e4 100644 --- a/src/lib/tls/.may_include +++ b/src/lib/tls/.may_include @@ -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 |