diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-29 11:42:52 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-29 12:21:52 -0400 |
commit | 6ac64e16ed6958d1a5960c560254217478b7ad87 (patch) | |
tree | 735265160969e1d4353168742124427f56b0df30 /src/test/test-timers.c | |
parent | 077176a34c54929580a0178ce6667ae180c352d1 (diff) | |
download | tor-6ac64e16ed6958d1a5960c560254217478b7ad87.tar.gz tor-6ac64e16ed6958d1a5960c560254217478b7ad87.zip |
Eliminate compat.h
Diffstat (limited to 'src/test/test-timers.c')
-rw-r--r-- | src/test/test-timers.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/test-timers.c b/src/test/test-timers.c index 70f07fba47..f6ff9a5f80 100644 --- a/src/test/test-timers.c +++ b/src/test/test-timers.c @@ -7,7 +7,6 @@ #include <stdio.h> #include <string.h> -#include "common/compat.h" #include "common/compat_libevent.h" #include "lib/crypt_ops/crypto_rand.h" #include "common/timers.h" |