Remove needless event2/thread.h include from test_compat_libevent.c

This commit is contained in:
Nick Mathewson 2017-10-03 13:01:31 -04:00
parent 4225300648
commit 245fdf8ca0
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@
#include "compat_libevent.h"
#include <event2/event.h>
#include <event2/thread.h>
#include "log_test_helpers.h"