(trunk libT) #3836 "libevent2 support" -- finish moving to the libevent2 API mode. don't include the backwards-compatable API headers.

This commit is contained in:
Charles Kerr
2010-12-24 08:58:41 +00:00
parent 7ffca5e709
commit ae84dc70dd
17 changed files with 70 additions and 80 deletions

View File

@@ -21,7 +21,7 @@
#include <zlib.h>
#endif
#include <event.h> /* evbuffer */
#include <event2/buffer.h>
#include "transmission.h"
#include "bencode.h"