diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-28 13:19:58 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-28 13:19:58 -0400 |
commit | 4dda026f0da05dfccf4fb8a13492b81af9324a39 (patch) | |
tree | 4f0a2faf4915d9c0a60668cfeab4c5d6c314bffa /src/lib/compress/.may_include | |
parent | 3d1e99d01bc0142397cd0dd8be41d001f0f66131 (diff) | |
download | tor-4dda026f0da05dfccf4fb8a13492b81af9324a39.tar.gz tor-4dda026f0da05dfccf4fb8a13492b81af9324a39.zip |
Update lib/compress to not require common/*.h
Diffstat (limited to 'src/lib/compress/.may_include')
-rw-r--r-- | src/lib/compress/.may_include | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/lib/compress/.may_include b/src/lib/compress/.may_include index 3f69dd1333..0361774699 100644 --- a/src/lib/compress/.may_include +++ b/src/lib/compress/.may_include @@ -1,7 +1,11 @@ orconfig.h +lib/arch/*.h lib/cc/*.h lib/compress/*.h +lib/ctime/*.h +lib/intmath/*.h lib/log/*.h - -# XXX I'd like to remove this. -common/*.h +lib/malloc/*.h +lib/string/*.h +lib/testsupport/*.h +lib/thread/*.h |