Skip to content

Commit

Permalink
Make evrpc use event2/rpc*.h, not evrpc.h
Browse files Browse the repository at this point in the history
git-svn-id: http://levent.svn.sourceforge.net/svnroot/levent/trunk/libevent@1266 ce677c24-8c1a-0410-9497-a30ef3a96221
  • Loading branch information
nickm committed May 2, 2009
1 parent 2ffafeb commit 1623a7d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion evrpc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1623a7d

Please sign in to comment.