diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-28 09:38:17 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-28 09:38:17 -0400 |
commit | a1f3ece16d10649da2dfbbbf79a16d9c36e02563 (patch) | |
tree | 665ea6cb1a3673c876431754518de14ebd86e8ab /src/lib/fs/.may_include | |
parent | 38fd3e0df06f72b3b67dfeb1d2a2c1c90761e05e (diff) | |
download | tor-a1f3ece16d10649da2dfbbbf79a16d9c36e02563.tar.gz tor-a1f3ece16d10649da2dfbbbf79a16d9c36e02563.zip |
Move conffile and storagedir to lib/fs
Diffstat (limited to 'src/lib/fs/.may_include')
-rw-r--r-- | src/lib/fs/.may_include | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/fs/.may_include b/src/lib/fs/.may_include index 2321edbbeb..6c9ce6ca04 100644 --- a/src/lib/fs/.may_include +++ b/src/lib/fs/.may_include @@ -1,11 +1,13 @@ orconfig.h lib/cc/*.h lib/container/*.h +lib/encoding/*.h lib/err/*.h lib/fdio/*.h -lib/malloc/*.h lib/fs/*.h +lib/log/*.h +lib/malloc/*.h +lib/memarea/*.h lib/sandbox/*.h lib/string/*.h lib/testsupport/testsupport.h -lib/log/*.h |