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-memwipe.c | |
parent | 077176a34c54929580a0178ce6667ae180c352d1 (diff) | |
download | tor-6ac64e16ed6958d1a5960c560254217478b7ad87.tar.gz tor-6ac64e16ed6958d1a5960c560254217478b7ad87.zip |
Eliminate compat.h
Diffstat (limited to 'src/test/test-memwipe.c')
-rw-r--r-- | src/test/test-memwipe.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/test-memwipe.c b/src/test/test-memwipe.c index 16bb017c89..552cbbc551 100644 --- a/src/test/test-memwipe.c +++ b/src/test/test-memwipe.c @@ -8,7 +8,6 @@ #include <stdlib.h> #include "lib/crypt_ops/crypto_util.h" -#include "common/compat.h" #include "common/util.h" static unsigned fill_a_buffer_memset(void) __attribute__((noinline)); |