changeset 533:1f1ff728ff65 HEAD

cleanups
author Timo Sirainen <tss@iki.fi>
date Mon, 28 Oct 2002 06:21:15 +0200
parents 3b53dd1280c6
children 45b43851bc9a
files src/lib/ibuffer-file.c src/lib/iobuffer-internal.h src/lib/obuffer-file.c
diffstat 3 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib/ibuffer-file.c	Mon Oct 28 06:18:26 2002 +0200
+++ b/src/lib/ibuffer-file.c	Mon Oct 28 06:21:15 2002 +0200
@@ -27,6 +27,7 @@
 #include "alarm-hup.h"
 #include "ibuffer-internal.h"
 
+#include <time.h>
 #include <unistd.h>
 #include <network.h>
 
--- a/src/lib/iobuffer-internal.h	Mon Oct 28 06:18:26 2002 +0200
+++ b/src/lib/iobuffer-internal.h	Mon Oct 28 06:21:15 2002 +0200
@@ -1,8 +1,6 @@
 #ifndef __IOBUFFER_INTERNAL_H
 #define __IOBUFFER_INTERNAL_H
 
-#include "ioloop.h" /* TimeoutFunc */
-
 /* This file is private to IBuffer and OBuffer implementation */
 
 typedef struct _IOBuffer _IOBuffer;
--- a/src/lib/obuffer-file.c	Mon Oct 28 06:18:26 2002 +0200
+++ b/src/lib/obuffer-file.c	Mon Oct 28 06:21:15 2002 +0200
@@ -25,6 +25,7 @@
 
 #include "lib.h"
 #include "alarm-hup.h"
+#include "ioloop.h"
 #include "network.h"
 #include "sendfile-util.h"
 #include "ibuffer.h"