aboutsummaryrefslogtreecommitdiff
path: root/src/test/test.h
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.h
parent077176a34c54929580a0178ce6667ae180c352d1 (diff)
downloadtor-6ac64e16ed6958d1a5960c560254217478b7ad87.tar.gz
tor-6ac64e16ed6958d1a5960c560254217478b7ad87.zip
Eliminate compat.h
Diffstat (limited to 'src/test/test.h')
-rw-r--r--src/test/test.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/test.h b/src/test/test.h
index 9abd46008d..c231bc5f87 100644
--- a/src/test/test.h
+++ b/src/test/test.h
@@ -13,7 +13,6 @@
#define DEBUG_SMARTLIST 1
-#include "common/compat.h"
#include "tinytest.h"
#define TT_EXIT_TEST_FUNCTION STMT_BEGIN goto done; STMT_END
#include "tinytest_macros.h"