[tor-commits] [tor/master] Update permissible includes
nickm at torproject.org
nickm at torproject.org
Tue Jun 26 15:27:41 UTC 2018
commit d1cada5a8a7e1631e25f5f413c66d5c9e5113e7a
Author: Nick Mathewson <nickm at torproject.org>
Date: Thu Jun 21 17:06:58 2018 -0400
Update permissible includes
---
src/lib/container/.may_include | 15 +++++++++++++++
src/lib/crypt_ops/.may_include | 2 ++
src/lib/tls/.may_include | 1 +
3 files changed, 18 insertions(+)
diff --git a/src/lib/container/.may_include b/src/lib/container/.may_include
new file mode 100644
index 000000000..2dfa85b20
--- /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 94275c1d9..438e5fcdc 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 22792b6bf..8fdd62806 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
More information about the tor-commits
mailing list