From ae09ac4ae0194880fe7871dc4b6704d99901bd8a Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 17 Apr 2008 19:18:40 +0000 Subject: [PATCH] r15220@tombo: nickm | 2008-04-17 15:16:02 -0400 Use new includes in more files still svn:r717 --- evrpc.c | 3 ++- http.c | 2 +- log.c | 2 +- min_heap.h | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/evrpc.c b/evrpc.c index a507d128..f64975ea 100644 --- a/evrpc.c +++ b/evrpc.c @@ -54,7 +54,8 @@ #include #include -#include "event.h" +#include "event2/event.h" +#include "event2/event_struct.h" #include "evrpc.h" #include "evrpc-internal.h" #include "evhttp.h" diff --git a/http.c b/http.c index 48d43201..93555b54 100644 --- a/http.c +++ b/http.c @@ -84,7 +84,7 @@ #undef timeout_initialized #include "strlcpy-internal.h" -#include "event.h" +#include "event2/event.h" #include "evhttp.h" #include "evutil.h" #include "log.h" diff --git a/log.c b/log.c index aab47182..94893d0c 100644 --- a/log.c +++ b/log.c @@ -58,7 +58,7 @@ #include #include #include -#include "event.h" +#include "event2/event.h" #include "log.h" diff --git a/min_heap.h b/min_heap.h index 389d6dbe..e6fb6b34 100644 --- a/min_heap.h +++ b/min_heap.h @@ -27,7 +27,7 @@ #ifndef _MIN_HEAP_H_ #define _MIN_HEAP_H_ -#include "event.h" +#include "event2/event.h" typedef struct min_heap { -- 2.40.0