mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-08 11:53:00 -04:00
Stop using Libevent-1 headers in regress_http
This commit is contained in:
parent
2a3b5872fe
commit
1f507d7541
@ -52,8 +52,16 @@
|
||||
|
||||
#include "event2/dns.h"
|
||||
|
||||
#include "event.h"
|
||||
#include "evhttp.h"
|
||||
#include "event2/event.h"
|
||||
#include "event2/event_compat.h"
|
||||
#include "event2/http.h"
|
||||
#include "event2/http_compat.h"
|
||||
#include "event2/http_struct.h"
|
||||
#include "event2/buffer.h"
|
||||
#include "event2/buffer_compat.h"
|
||||
#include "event2/bufferevent.h"
|
||||
#include "event2/bufferevent_compat.h"
|
||||
#include "event2/bufferevent_struct.h"
|
||||
#include "log-internal.h"
|
||||
#include "util-internal.h"
|
||||
#include "http-internal.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user