bufferevent-internal.h: Use the new event2/util.h header, not evutil.h

This commit is contained in:
Evan Jones 2010-12-02 10:27:06 -05:00 committed by Nick Mathewson
parent 5beeec9d43
commit ef5e65a484

View File

@ -31,7 +31,7 @@ extern "C" {
#endif
#include "event2/event-config.h"
#include "evutil.h"
#include "event2/util.h"
#include "defer-internal.h"
#include "evthread-internal.h"
#include "event2/thread.h"