aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/query.cc
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2010-11-01 22:31:45 -0700
committerGravatar Carl Worth <cworth@cworth.org>2010-11-01 23:24:40 -0700
commitd064bd696ccc443a7ece9cfc8816999c69943223 (patch)
tree39b76f45e41c248831cd3012fc33e26741f75e40 /lib/query.cc
parentc81cecf620d506653a1ead83858b8b3fc240abb5 (diff)
lib: Eliminate some redundant includes of xapian.h
Most files including this already include database-private.h which includes xapian.h already.
Diffstat (limited to 'lib/query.cc')
-rw-r--r--lib/query.cc2
1 files changed, 0 insertions, 2 deletions
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 <glib.h> /* GHashTable, GPtrArray */
-#include <xapian.h>
-
struct _notmuch_query {
notmuch_database_t *notmuch;
const char *query_string;