From b5098ccfe3098b261f3dcc8796319be96b43623a Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Wed, 1 Nov 2017 15:55:43 +1300 Subject: [PATCH] Remove unused includes of multimatch.h --- xapian-core/matcher/maxpostlist.cc | 1 - xapian-core/matcher/multixorpostlist.cc | 1 - 2 files changed, 2 deletions(-) diff --git a/xapian-core/matcher/maxpostlist.cc b/xapian-core/matcher/maxpostlist.cc index bc67c27b7..f0a088717 100644 --- a/xapian-core/matcher/maxpostlist.cc +++ b/xapian-core/matcher/maxpostlist.cc @@ -24,7 +24,6 @@ #include "maxpostlist.h" #include "debuglog.h" -#include "multimatch.h" #include "omassert.h" using namespace std; diff --git a/xapian-core/matcher/multixorpostlist.cc b/xapian-core/matcher/multixorpostlist.cc index d3dca68f9..580f5d195 100644 --- a/xapian-core/matcher/multixorpostlist.cc +++ b/xapian-core/matcher/multixorpostlist.cc @@ -24,7 +24,6 @@ #include "multixorpostlist.h" #include "debuglog.h" -#include "multimatch.h" #include "omassert.h" #include -- 2.11.4.GIT