aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_link_handshake.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-29 11:42:52 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-29 12:21:52 -0400
commit6ac64e16ed6958d1a5960c560254217478b7ad87 (patch)
tree735265160969e1d4353168742124427f56b0df30 /src/test/test_link_handshake.c
parent077176a34c54929580a0178ce6667ae180c352d1 (diff)
downloadtor-6ac64e16ed6958d1a5960c560254217478b7ad87.tar.gz
tor-6ac64e16ed6958d1a5960c560254217478b7ad87.zip
Eliminate compat.h
Diffstat (limited to 'src/test/test_link_handshake.c')
-rw-r--r--src/test/test_link_handshake.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/test/test_link_handshake.c b/src/test/test_link_handshake.c
index 2650caf950..ffb6c47b1e 100644
--- a/src/test/test_link_handshake.c
+++ b/src/test/test_link_handshake.c
@@ -8,8 +8,6 @@
#define TOR_CHANNEL_INTERNAL_
#define TORTLS_PRIVATE
-#include "common/compat.h"
-
#include "or/or.h"
#include "or/config.h"
#include "or/connection.h"
@@ -1581,4 +1579,3 @@ struct testcase_t link_handshake_tests[] = {
END_OF_TESTCASES
};
-