diff options
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 |