Make evrpc use event2/rpc*.h, not evrpc.h

svn:r1266
This commit is contained in:
Nick Mathewson 2009-05-02 16:23:08 +00:00
parent 7b24d72ad6
commit 00ecd1d8e4

View File

@ -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"