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/or/keypin.c | |
parent | 077176a34c54929580a0178ce6667ae180c352d1 (diff) | |
download | tor-6ac64e16ed6958d1a5960c560254217478b7ad87.tar.gz tor-6ac64e16ed6958d1a5960c560254217478b7ad87.zip |
Eliminate compat.h
Diffstat (limited to 'src/or/keypin.c')
-rw-r--r-- | src/or/keypin.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/keypin.c b/src/or/keypin.c index 8100f3b734..34cf64f5c4 100644 --- a/src/or/keypin.c +++ b/src/or/keypin.c @@ -11,7 +11,6 @@ #define KEYPIN_PRIVATE #include "orconfig.h" -#include "common/compat.h" #include "lib/crypt_ops/crypto_digest.h" #include "lib/crypt_ops/crypto_format.h" #include "lib/ctime/di_ops.h" |