]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Remove needless event2/thread.h include from test_compat_libevent.c
authorNick Mathewson <nickm@torproject.org>
Tue, 3 Oct 2017 17:01:31 +0000 (13:01 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 5 Apr 2018 16:36:28 +0000 (12:36 -0400)
src/test/test_compat_libevent.c

index 7dd8e65194938cfb4147625a4255248ced046b34..376524c2d132aef1dc76f328dcecd1afd4da6b69 100644 (file)
@@ -10,7 +10,6 @@
 #include "compat_libevent.h"
 
 #include <event2/event.h>
-#include <event2/thread.h>
 
 #include "log_test_helpers.h"