changeset 3037:2beaee54e942 HEAD

lib-imap isn't needed in includes.
author Timo Sirainen <tss@iki.fi>
date Thu, 06 Jan 2005 19:05:13 +0200
parents fcecff14e470
children 2f7ffdcd7d67
files src/pop3/Makefile.am src/pop3/mail-storage-callbacks.c
diffstat 2 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/pop3/Makefile.am	Thu Jan 06 17:41:53 2005 +0200
+++ b/src/pop3/Makefile.am	Thu Jan 06 19:05:13 2005 +0200
@@ -5,7 +5,6 @@
 AM_CPPFLAGS = \
 	-I$(top_srcdir)/src/lib \
 	-I$(top_srcdir)/src/lib-mail \
-	-I$(top_srcdir)/src/lib-imap \
 	-I$(top_srcdir)/src/lib-storage
 
 libs = \
--- a/src/pop3/mail-storage-callbacks.c	Thu Jan 06 17:41:53 2005 +0200
+++ b/src/pop3/mail-storage-callbacks.c	Thu Jan 06 19:05:13 2005 +0200
@@ -1,7 +1,6 @@
 /* Copyright (C) 2002 Timo Sirainen */
 
 #include "common.h"
-#include "imap-util.h"
 #include "mail-storage.h"
 
 static void alert_no_diskspace(struct mailbox *mailbox __attr_unused__,