From f592e666c56717ca0aefea7096424cc3b0ab8ba2 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: Sun, 23 Jun 2019 16:17:06 +0000 Subject: [PATCH] imap/*.c: remove unused #include "stristr.h" --- imap/conversations.c | 1 - imap/http_caldav.c | 1 - imap/http_carddav.c | 1 - imap/jmap_calendar.c | 1 - imap/jmap_ical.c | 1 - imap/jmap_mail.c | 1 - 6 files changed, 6 deletions(-) diff --git a/imap/conversations.c b/imap/conversations.c index a6afcb2093..089fcfc628 100644 --- a/imap/conversations.c +++ b/imap/conversations.c @@ -73,7 +73,6 @@ #include "search_engines.h" #include "seen.h" #include "strhash.h" -#include "stristr.h" #include "sync_log.h" #include "syslog.h" #include "util.h" diff --git a/imap/http_caldav.c b/imap/http_caldav.c index 3738fde84c..c477f5ff6b 100644 --- a/imap/http_caldav.c +++ b/imap/http_caldav.c @@ -90,7 +90,6 @@ #include "times.h" #include "spool.h" #include "strhash.h" -#include "stristr.h" #include "tok.h" #include "util.h" #include "version.h" diff --git a/imap/http_carddav.c b/imap/http_carddav.c index 215cf552ff..05e9e6f123 100644 --- a/imap/http_carddav.c +++ b/imap/http_carddav.c @@ -74,7 +74,6 @@ #include "smtpclient.h" #include "spool.h" #include "strhash.h" -#include "stristr.h" #include "times.h" #include "util.h" #include "vcard_support.h" diff --git a/imap/jmap_calendar.c b/imap/jmap_calendar.c index e366905017..ff7b1c750b 100644 --- a/imap/jmap_calendar.c +++ b/imap/jmap_calendar.c @@ -66,7 +66,6 @@ #include "json_support.h" #include "jmap_ical.h" #include "search_query.h" -#include "stristr.h" #include "times.h" #include "util.h" #include "xmalloc.h" diff --git a/imap/jmap_ical.c b/imap/jmap_ical.c index 85c4eb3e7a..923cd1e31c 100644 --- a/imap/jmap_ical.c +++ b/imap/jmap_ical.c @@ -74,7 +74,6 @@ #include "parseaddr.h" #include "seen.h" #include "statuscache.h" -#include "stristr.h" #include "times.h" #include "util.h" #include "vcard_support.h" diff --git a/imap/jmap_mail.c b/imap/jmap_mail.c index e63a25f497..ffa7af4dd8 100644 --- a/imap/jmap_mail.c +++ b/imap/jmap_mail.c @@ -83,7 +83,6 @@ #include "seen.h" #include "smtpclient.h" #include "statuscache.h" -#include "stristr.h" #include "sync_log.h" #include "times.h" #include "util.h"