From b979876623bcabc5fab9b90ea02d0cf8ac61d343 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B8=D0=BB=D1=8F=D0=BD=20=D0=9F=D0=B0=D0=BB=D0=B0?= =?UTF-8?q?=D1=83=D0=B7=D0=BE=D0=B2?= Date: Wed, 26 Jun 2019 09:41:15 +0000 Subject: [PATCH] =?UTF-8?q?imap/mboxevent.c:=20remove=20double=20#include?= =?UTF-8?q?=E2=80=99d=20headers?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Found by deheader. --- imap/mboxevent.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/imap/mboxevent.c b/imap/mboxevent.c index 5a9a890e1e..eae69d9272 100644 --- a/imap/mboxevent.c +++ b/imap/mboxevent.c @@ -65,12 +65,10 @@ #include "times.h" #include "xmalloc.h" -#include "map.h" #include "mboxevent.h" #include "mboxname.h" #include "msgrecord.h" #include "notify.h" -#include "global.h" #define MESSAGE_EVENTS (EVENT_MESSAGE_APPEND|EVENT_MESSAGE_EXPIRE|\ EVENT_MESSAGE_EXPUNGE|EVENT_MESSAGE_NEW|\