diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-21 15:17:54 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-21 15:20:01 -0400 |
commit | e066966bf48b4f6ca557175cb2ab3e2dffa5b1db (patch) | |
tree | 7cd9b093bddd06349629426fe3a404cb4947b14c /src/lib/malloc/.may_include | |
parent | eb784aa9eaced1adb436d752ccdbeb2ff19c9e23 (diff) | |
download | tor-e066966bf48b4f6ca557175cb2ab3e2dffa5b1db.tar.gz tor-e066966bf48b4f6ca557175cb2ab3e2dffa5b1db.zip |
Extract tor_malloc and friends to a new module.
Diffstat (limited to 'src/lib/malloc/.may_include')
-rw-r--r-- | src/lib/malloc/.may_include | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib/malloc/.may_include b/src/lib/malloc/.may_include new file mode 100644 index 0000000000..cc62bb1013 --- /dev/null +++ b/src/lib/malloc/.may_include @@ -0,0 +1,6 @@ +orconfig.h + +lib/cc/*.h +lib/err/*.h +lib/malloc/*.h +lib/testsupport/testsupport.h |