diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-21 17:06:58 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-22 09:49:13 -0400 |
commit | d1cada5a8a7e1631e25f5f413c66d5c9e5113e7a (patch) | |
tree | 85cff3d3f2f4c141e09a596dde9a08a2dd8f47e2 /src | |
parent | c2a558a346cf1f4db8751eb5c6dfecaab760a652 (diff) | |
download | tor-d1cada5a8a7e1631e25f5f413c66d5c9e5113e7a.tar.gz tor-d1cada5a8a7e1631e25f5f413c66d5c9e5113e7a.zip |
Update permissible includes
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/container/.may_include | 15 | ||||
-rw-r--r-- | src/lib/crypt_ops/.may_include | 2 | ||||
-rw-r--r-- | src/lib/tls/.may_include | 1 |
3 files changed, 18 insertions, 0 deletions
diff --git a/src/lib/container/.may_include b/src/lib/container/.may_include new file mode 100644 index 0000000000..2dfa85b205 --- /dev/null +++ b/src/lib/container/.may_include @@ -0,0 +1,15 @@ +orconfig.h +lib/cc/*.h +lib/container/*.h +lib/ctime/*.h +lib/defs/*.h +lib/malloc/*.h +lib/err/*.h +lib/testsupport/testsupport.h + +ht.h +siphash.h + +# XXX I'd like to remove this. +common/util.h +common/util_bug.h diff --git a/src/lib/crypt_ops/.may_include b/src/lib/crypt_ops/.may_include index 94275c1d9e..438e5fcdce 100644 --- a/src/lib/crypt_ops/.may_include +++ b/src/lib/crypt_ops/.may_include @@ -1,8 +1,10 @@ orconfig.h lib/cc/*.h +lib/container/*.h lib/crypt_ops/*.h lib/ctime/*.h lib/defs/*.h +lib/malloc/*.h lib/err/*.h lib/testsupport/testsupport.h diff --git a/src/lib/tls/.may_include b/src/lib/tls/.may_include index 22792b6bfc..8fdd62806c 100644 --- a/src/lib/tls/.may_include +++ b/src/lib/tls/.may_include @@ -1,5 +1,6 @@ orconfig.h lib/cc/*.h +lib/container/*.h lib/crypt_ops/*.h lib/err/*.h lib/testsupport/testsupport.h |