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/message.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/message.cc') diff --git a/lib/message.cc b/lib/message.cc index 71f5619f..bf9f1edb 100644 --- a/lib/message.cc +++ b/lib/message.cc @@ -25,8 +25,6 @@ #include -#include - struct _notmuch_message { notmuch_database_t *notmuch; Xapian::docid doc_id; -- cgit v1.2.3