diff options
Diffstat (limited to 'lib/libevent/evbuffer.c')
| -rw-r--r-- | lib/libevent/evbuffer.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/libevent/evbuffer.c b/lib/libevent/evbuffer.c index 9b66a06ab4d..3f32fc8f62d 100644 --- a/lib/libevent/evbuffer.c +++ b/lib/libevent/evbuffer.c @@ -1,4 +1,4 @@ -/* $OpenBSD: evbuffer.c,v 1.14 2014/10/16 07:38:06 bluhm Exp $ */ +/* $OpenBSD: evbuffer.c,v 1.15 2014/10/17 19:16:01 bluhm Exp $ */ /* * Copyright (c) 2002-2004 Niels Provos <provos@citi.umich.edu> @@ -28,18 +28,13 @@ */ #include <sys/types.h> - -#ifdef HAVE_SYS_TIME_H #include <sys/time.h> -#endif #include <errno.h> #include <stdio.h> #include <stdlib.h> #include <string.h> -#ifdef HAVE_STDARG_H #include <stdarg.h> -#endif #include "evutil.h" #include "event.h" |
