mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-13 14:26:30 -04:00
Make evrpc use event2/rpc*.h, not evrpc.h
svn:r1266
This commit is contained in:
parent
7b24d72ad6
commit
00ecd1d8e4
6
evrpc.c
6
evrpc.c
@ -53,9 +53,13 @@
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include <sys/queue.h>
|
||||
|
||||
#include "event2/event.h"
|
||||
#include "event2/event_struct.h"
|
||||
#include "evrpc.h"
|
||||
#include "event2/rpc.h"
|
||||
#include "event2/rpc_struct.h"
|
||||
#include "event2/rpc_compat.h"
|
||||
#include "evrpc-internal.h"
|
||||
#include "event2/http.h"
|
||||
#include "event2/buffer.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user