dovecot-2.2: lib-fts: Removed unnecessary array.h include from f...
dovecot at dovecot.org
dovecot at dovecot.org
Tue Jun 2 18:48:08 UTC 2015
details: http://hg.dovecot.org/dovecot-2.2/rev/635e6747c41d
changeset: 18797:635e6747c41d
user: Timo Sirainen <tss at iki.fi>
date: Tue Jun 02 21:41:46 2015 +0300
description:
lib-fts: Removed unnecessary array.h include from fts-filter.h
diffstat:
src/lib-fts/fts-filter-normalizer-icu.c | 1 +
src/lib-fts/fts-filter.h | 1 -
2 files changed, 1 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r 97b5c5e88540 -r 635e6747c41d src/lib-fts/fts-filter-normalizer-icu.c
--- a/src/lib-fts/fts-filter-normalizer-icu.c Tue Jun 02 20:50:23 2015 +0300
+++ b/src/lib-fts/fts-filter-normalizer-icu.c Tue Jun 02 21:41:46 2015 +0300
@@ -1,6 +1,7 @@
/* Copyright (c) 2014-2015 Dovecot authors, see the included COPYING file */
#include "lib.h"
+#include "buffer.h"
#include "str.h"
#include "unichar.h" /* unicode replacement char */
#include "fts-filter.h"
diff -r 97b5c5e88540 -r 635e6747c41d src/lib-fts/fts-filter.h
--- a/src/lib-fts/fts-filter.h Tue Jun 02 20:50:23 2015 +0300
+++ b/src/lib-fts/fts-filter.h Tue Jun 02 21:41:46 2015 +0300
@@ -1,6 +1,5 @@
#ifndef FTS_FILTER_H
#define FTS_FILTER_H
-#include "array.h"
struct fts_language;
struct fts_filter;
More information about the dovecot-cvs
mailing list