From: sergey.kitov Date: Fri, 3 Feb 2023 15:57:32 +0000 (+0200) Subject: lib-storage: Remove duplicated include X-Git-Tag: 2.4.0~2810 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1440f2d499a1f2582d2ebed2cd44c6836aa6f0d;p=thirdparty%2Fdovecot%2Fcore.git lib-storage: Remove duplicated include --- diff --git a/src/lib-storage/index/index-attachment.c b/src/lib-storage/index/index-attachment.c index 7307a0fd93..74160fe22d 100644 --- a/src/lib-storage/index/index-attachment.c +++ b/src/lib-storage/index/index-attachment.c @@ -2,7 +2,6 @@ #include "lib.h" #include "safe-mkstemp.h" -#include "fs-api.h" #include "istream.h" #include "ostream.h" #include "base64.h"