From d064bd696ccc443a7ece9cfc8816999c69943223 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Mon, 1 Nov 2010 22:31:45 -0700 Subject: lib: Eliminate some redundant includes of xapian.h Most files including this already include database-private.h which includes xapian.h already. --- lib/query.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/query.cc') diff --git a/lib/query.cc b/lib/query.cc index 9acf2b03..7916421e 100644 --- a/lib/query.cc +++ b/lib/query.cc @@ -23,8 +23,6 @@ #include /* GHashTable, GPtrArray */ -#include - struct _notmuch_query { notmuch_database_t *notmuch; const char *query_string; -- cgit v1.2.3