Added missing header guards to query classifier.h

This commit is contained in:
Markus Makela 2015-03-26 11:54:19 +02:00
parent 7307af09a5
commit e527508405

View File

@ -1,3 +1,5 @@
#ifndef QUERY_CLASSIFIER_HG
#define QUERY_CLASSIFIER_HG
/*
This file is distributed as part of the MariaDB Corporation MaxScale. It is free
software: you can redistribute it and/or modify it under the terms of the
@ -116,3 +118,4 @@ char** skygw_get_database_names(GWBUF* querybuf,int* size);
EXTERN_C_BLOCK_END
#endif