X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Fimap%2Fimap_search.c;h=efc19920274401a412b275376c29a705af801c6f;hb=7a9b0685e406cc83597171cc39d008c7e5459ca8;hp=02240b1e8c887a6704f010e3a731a0eeed2995c4;hpb=a7ba5521416e2e2d8f84065e2f5411450c612607;p=citadel.git diff --git a/citadel/modules/imap/imap_search.c b/citadel/modules/imap/imap_search.c index 02240b1e8..efc199202 100644 --- a/citadel/modules/imap/imap_search.c +++ b/citadel/modules/imap/imap_search.c @@ -1,7 +1,7 @@ /* * Implements IMAP's gratuitously complex SEARCH command. * - * Copyright (c) 2001-2015 by the citadel.org team + * Copyright (c) 2001-2020 by the citadel.org team * * This program is open source software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3. @@ -24,18 +24,7 @@ #include #include #include - -#if TIME_WITH_SYS_TIME -# include -# include -#else -# if HAVE_SYS_TIME_H -# include -# else -# include -# endif -#endif - +#include #include #include #include