mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
lib: Eliminate some redundant includes of xapian.h
Most files including this already include database-private.h which includes xapian.h already.
This commit is contained in:
parent
c81cecf620
commit
d064bd696c
5 changed files with 0 additions and 9 deletions
|
@ -24,7 +24,6 @@
|
|||
|
||||
#include <sys/time.h>
|
||||
#include <signal.h>
|
||||
#include <xapian.h>
|
||||
|
||||
#include <glib.h> /* g_free, GPtrArray, GHashTable */
|
||||
|
||||
|
|
|
@ -21,8 +21,6 @@
|
|||
#include "notmuch-private.h"
|
||||
#include "database-private.h"
|
||||
|
||||
#include <xapian.h>
|
||||
|
||||
struct _notmuch_filenames {
|
||||
Xapian::TermIterator iterator;
|
||||
Xapian::TermIterator end;
|
||||
|
|
|
@ -25,8 +25,6 @@
|
|||
|
||||
#include <gmime/gmime.h>
|
||||
|
||||
#include <xapian.h>
|
||||
|
||||
struct _notmuch_message {
|
||||
notmuch_database_t *notmuch;
|
||||
Xapian::docid doc_id;
|
||||
|
|
|
@ -23,8 +23,6 @@
|
|||
|
||||
#include <glib.h> /* GHashTable, GPtrArray */
|
||||
|
||||
#include <xapian.h>
|
||||
|
||||
struct _notmuch_query {
|
||||
notmuch_database_t *notmuch;
|
||||
const char *query_string;
|
||||
|
|
|
@ -21,8 +21,6 @@
|
|||
#include "notmuch-private.h"
|
||||
#include "database-private.h"
|
||||
|
||||
#include <xapian.h>
|
||||
|
||||
#include <gmime/gmime.h>
|
||||
#include <glib.h> /* GHashTable */
|
||||
|
||||
|
|
Loading…
Reference in a new issue