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. --- sqwebmail/folder.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'sqwebmail/folder.h') diff --git a/sqwebmail/folder.h b/sqwebmail/folder.h index 74c4a8c..48d7878 100644 --- a/sqwebmail/folder.h +++ b/sqwebmail/folder.h @@ -21,15 +21,9 @@ #include #endif -#if TIME_WITH_SYS_TIME -#include #include -#else -#if HAVE_SYS_TIME_H +#if HAVE_SYS_TIME_H #include -#else -#include -#endif #endif typedef struct { -- cgit v1.2.3