Browse Source

Update permissible includes

Nick Mathewson 5 years ago
parent
commit
d1cada5a8a
3 changed files with 18 additions and 0 deletions
  1. 15 0
      src/lib/container/.may_include
  2. 2 0
      src/lib/crypt_ops/.may_include
  3. 1 0
      src/lib/tls/.may_include

+ 15 - 0
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

+ 2 - 0
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
 

+ 1 - 0
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