mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-08 03:44:22 -04:00
tests: Use new event2 headers instead of old compatibility headers.
This commit is contained in:
parent
fbe64f216c
commit
4f332091c3
@ -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"
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user