r15220@tombo: nickm | 2008-04-17 15:16:02 -0400

Use new includes in more files still


svn:r717
This commit is contained in:
Nick Mathewson 2008-04-17 19:18:40 +00:00
parent 3f3a16757f
commit ae09ac4ae0
4 changed files with 5 additions and 4 deletions

View File

@ -54,7 +54,8 @@
#include <string.h>
#include <assert.h>
#include "event.h"
#include "event2/event.h"
#include "event2/event_struct.h"
#include "evrpc.h"
#include "evrpc-internal.h"
#include "evhttp.h"

2
http.c
View File

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

2
log.c
View File

@ -58,7 +58,7 @@
#include <stdarg.h>
#include <string.h>
#include <errno.h>
#include "event.h"
#include "event2/event.h"
#include "log.h"

View File

@ -27,7 +27,7 @@
#ifndef _MIN_HEAP_H_
#define _MIN_HEAP_H_
#include "event.h"
#include "event2/event.h"
typedef struct min_heap
{