lib: centralize xapian include, enable move semantics
Only include xapian.h in one place, so we can have consistent options. With that in place, we can enable C++ move semantics. We don't do anything with that yet, but we check in the meson.build file to see if we have the required xapian version.
This commit is contained in:
@ -26,8 +26,6 @@
|
||||
#include <ctime>
|
||||
#include <memory>
|
||||
|
||||
#include <xapian.h>
|
||||
|
||||
#include "mu-contacts-cache.hh"
|
||||
#include "mu-xapian-db.hh"
|
||||
#include "mu-config.hh"
|
||||
|
||||
Reference in New Issue
Block a user