[tor-commits] [tor/maint-0.3.3] tests: Remove duplicate included header file in src/test/test.c.
nickm at torproject.org
nickm at torproject.org
Fri Feb 16 01:33:05 UTC 2018
commit 5f7d78ce2af006e90eca46f12a9c2738469dfd51
Author: Isis Lovecruft <isis at torproject.org>
Date: Fri Feb 16 01:19:12 2018 +0000
tests: Remove duplicate included header file in src/test/test.c.
* FIXES #25271: https://bugs.torproject.org/25271
---
src/test/test.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/test/test.c b/src/test/test.c
index 810cbafb1..4a9f0f570 100644
--- a/src/test/test.c
+++ b/src/test/test.c
@@ -62,7 +62,6 @@ double fabs(double x);
#include "routerparse.h"
#include "statefile.h"
#include "crypto_curve25519.h"
-#include "onion_ntor.h"
/** Run unit tests for the onion handshake code. */
static void
More information about the tor-commits
mailing list