lib/parser -> lib/query

And update the names to follow the mu- convention.
This commit is contained in:
Dirk-Jan C. Binnema
2020-02-20 21:53:24 +02:00
parent a132f5c21f
commit 20ce7b7066
17 changed files with 39 additions and 39 deletions

View File

@ -36,8 +36,8 @@
#include "utils/mu-date.h"
#include <utils/mu-utils.hh>
#include <parser/proc-iface.hh>
#include <parser/xapian.hh>
#include <query/mu-proc-iface.hh>
#include <query/mu-xapian.hh>
using namespace Mu;