]> git.notmuchmail.org Git - notmuch/blobdiff - lib/query.cc
lib: Eliminate some redundant includes of xapian.h
[notmuch] / lib / query.cc
index 9acf2b03b84da6729f78a8e6ee843a7eb35d0afd..7916421e4a0068847a0fc13b71514c1258893a42 100644 (file)
@@ -23,8 +23,6 @@
 
 #include <glib.h> /* GHashTable, GPtrArray */
 
 
 #include <glib.h> /* GHashTable, GPtrArray */
 
-#include <xapian.h>
-
 struct _notmuch_query {
     notmuch_database_t *notmuch;
     const char *query_string;
 struct _notmuch_query {
     notmuch_database_t *notmuch;
     const char *query_string;