diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-28 12:57:01 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-28 13:01:54 -0400 |
commit | a097ddb4f5105d33146eb8f6afa7d6cd01d47fea (patch) | |
tree | 95672fa21f374915677bd3b9fec3b3cb74d269b7 /src/lib/time/.may_include | |
parent | bdea94a6653240e0e477eda186ceccbe6be00535 (diff) | |
download | tor-a097ddb4f5105d33146eb8f6afa7d6cd01d47fea.tar.gz tor-a097ddb4f5105d33146eb8f6afa7d6cd01d47fea.zip |
Extract time functionality into lib/wallclock and lib/time
Diffstat (limited to 'src/lib/time/.may_include')
-rw-r--r-- | src/lib/time/.may_include | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/lib/time/.may_include b/src/lib/time/.may_include new file mode 100644 index 0000000000..a35e7a34e1 --- /dev/null +++ b/src/lib/time/.may_include @@ -0,0 +1,8 @@ +orconfig.h + +lib/cc/*.h +lib/err/*.h +lib/intmath/*.h +lib/log/*.h +lib/time/*.h +lib/wallclock/*.h |