From 83e37efc8ed785cd095eb585ff747e5702ec49b3 Mon Sep 17 00:00:00 2001 From: Sam Varshavchik Date: Sun, 22 May 2022 23:52:28 -0400 Subject: gcc 12, autotool updates, sqwebmail fixes. --- imap/imapd.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'imap/imapd.c') diff --git a/imap/imapd.c b/imap/imapd.c index 8529657..161de8d 100644 --- a/imap/imapd.c +++ b/imap/imapd.c @@ -36,15 +36,9 @@ #if HAVE_UTIME_H #include #endif -#if TIME_WITH_SYS_TIME -#include #include -#else #if HAVE_SYS_TIME_H #include -#else -#include -#endif #endif #if HAVE_LOCALE_H #include -- cgit v1.2.3