Convert maxscale/query_classifier.h to .hh

The header was not merged with queryclassifier.hh since the latter
does not include the former.
This commit is contained in:
Esa Korhonen
2019-01-15 18:05:49 +02:00
parent 45bfbbdd9e
commit d4674faa7d
43 changed files with 70 additions and 74 deletions

View File

@ -13,7 +13,7 @@
#pragma once
#include <maxscale/ccdefs.hh>
#include <maxscale/query_classifier.h>
#include <maxscale/query_classifier.hh>
#include <maxscale/jansson.hh>
MXS_BEGIN_DECLS

View File

@ -15,7 +15,7 @@
#include <maxscale/ccdefs.hh>
#include <ctype.h>
#include <maxscale/customparser.hh>
#include <maxscale/query_classifier.h>
#include <maxscale/query_classifier.hh>
namespace maxscale
{