tests: Use new event2 headers instead of old compatibility headers.

This commit is contained in:
Evan Jones 2010-12-02 14:09:52 -05:00 committed by Nick Mathewson
parent fbe64f216c
commit 4f332091c3
3 changed files with 14 additions and 4 deletions

View File

@ -60,10 +60,13 @@
#include "event2/event.h"
#include "event2/event_compat.h"
#include "event2/event_struct.h"
#include <event2/util.h>
#include <event2/listener.h>
#include <event2/bufferevent.h>
#include "evdns.h"
#include "event2/dns.h"
#include "event2/dns_compat.h"
#include "event2/dns_struct.h"
#include "log-internal.h"
#include "regress.h"
#include "regress_testutils.h"

View File

@ -54,11 +54,17 @@
#include <errno.h>
#include <assert.h>
#include "event2/buffer.h"
#include "event2/event.h"
#include "evhttp.h"
#include "log-internal.h"
#include "event2/event_compat.h"
#include "event2/http.h"
#include "event2/http_compat.h"
#include "event2/http_struct.h"
#include "event2/rpc.h"
#include "event2/rpc.h"
#include "event2/rpc_struct.h"
#include "event2/tag.h"
#include "log-internal.h"
#include "regress.gen.h"

View File

@ -57,12 +57,13 @@
#include <string.h>
#include <errno.h>
#include "event2/dns.h"
#include "event2/dns_struct.h"
#include "event2/event.h"
#include "event2/event_compat.h"
#include <event2/util.h>
#include <event2/listener.h>
#include <event2/bufferevent.h>
#include "evdns.h"
#include "log-internal.h"
#include "regress.h"
#include "regress_testutils.h"