Преглед на файлове

Update permissible includes

Nick Mathewson преди 5 години
родител
ревизия
d1cada5a8a
променени са 3 файла, в които са добавени 18 реда и са изтрити 0 реда
  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