mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-10 04:50:37 -04:00
r15220@tombo: nickm | 2008-04-17 15:16:02 -0400
Use new includes in more files still svn:r717
This commit is contained in:
parent
3f3a16757f
commit
ae09ac4ae0
3
evrpc.c
3
evrpc.c
@ -54,7 +54,8 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
#include "event.h"
|
#include "event2/event.h"
|
||||||
|
#include "event2/event_struct.h"
|
||||||
#include "evrpc.h"
|
#include "evrpc.h"
|
||||||
#include "evrpc-internal.h"
|
#include "evrpc-internal.h"
|
||||||
#include "evhttp.h"
|
#include "evhttp.h"
|
||||||
|
2
http.c
2
http.c
@ -84,7 +84,7 @@
|
|||||||
#undef timeout_initialized
|
#undef timeout_initialized
|
||||||
|
|
||||||
#include "strlcpy-internal.h"
|
#include "strlcpy-internal.h"
|
||||||
#include "event.h"
|
#include "event2/event.h"
|
||||||
#include "evhttp.h"
|
#include "evhttp.h"
|
||||||
#include "evutil.h"
|
#include "evutil.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
|
2
log.c
2
log.c
@ -58,7 +58,7 @@
|
|||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include "event.h"
|
#include "event2/event.h"
|
||||||
|
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
#ifndef _MIN_HEAP_H_
|
#ifndef _MIN_HEAP_H_
|
||||||
#define _MIN_HEAP_H_
|
#define _MIN_HEAP_H_
|
||||||
|
|
||||||
#include "event.h"
|
#include "event2/event.h"
|
||||||
|
|
||||||
typedef struct min_heap
|
typedef struct min_heap
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user