Move headers from server/include to include/maxscale
- Headers now to be included as <maxscale/xyz.h> - First step, no cleanup of headers has been made. Only moving from one place to another + necessary modifications.
This commit is contained in:
@ -11,8 +11,8 @@
|
||||
* Public License.
|
||||
*/
|
||||
|
||||
#include <modules.h>
|
||||
#include <query_classifier.h>
|
||||
#include <maxscale/modules.h>
|
||||
#include <maxscale/query_classifier.h>
|
||||
|
||||
qc_parse_result_t qc_parse(GWBUF* querybuf)
|
||||
{
|
||||
|
@ -55,12 +55,12 @@
|
||||
#include <strfunc.h>
|
||||
#include <item_func.h>
|
||||
|
||||
#include <skygw_types.h>
|
||||
#include <skygw_debug.h>
|
||||
#include <log_manager.h>
|
||||
#include <query_classifier.h>
|
||||
#include <maxscale/skygw_types.h>
|
||||
#include <maxscale/skygw_debug.h>
|
||||
#include <maxscale/log_manager.h>
|
||||
#include <maxscale/query_classifier.h>
|
||||
#include <mysql_client_server_protocol.h>
|
||||
#include <gwdirs.h>
|
||||
#include <maxscale/gwdirs.h>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -5,7 +5,7 @@
|
||||
#include "builtin_functions.h"
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <skygw_debug.h>
|
||||
#include <maxscale/skygw_debug.h>
|
||||
|
||||
static struct
|
||||
{
|
||||
|
@ -15,13 +15,13 @@
|
||||
|
||||
#include <signal.h>
|
||||
#include <string.h>
|
||||
#include <log_manager.h>
|
||||
#include <modinfo.h>
|
||||
#include <maxscale/log_manager.h>
|
||||
#include <maxscale/modinfo.h>
|
||||
#include <mysql_client_server_protocol.h>
|
||||
#include <platform.h>
|
||||
#include <query_classifier.h>
|
||||
#include <skygw_utils.h>
|
||||
#include <modutil.h>
|
||||
#include <maxscale/platform.h>
|
||||
#include <maxscale/query_classifier.h>
|
||||
#include <maxscale/skygw_utils.h>
|
||||
#include <maxscale/modutil.h>
|
||||
#include <maxscale/alloc.h>
|
||||
#include "builtin_functions.h"
|
||||
|
||||
|
@ -15,9 +15,9 @@
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
#include <string.h>
|
||||
#include <query_classifier.h>
|
||||
#include <buffer.h>
|
||||
#include <gwdirs.h>
|
||||
#include <maxscale/query_classifier.h>
|
||||
#include <maxscale/buffer.h>
|
||||
#include <maxscale/gwdirs.h>
|
||||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
|
@ -16,12 +16,12 @@
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
#include <string.h>
|
||||
#include <query_classifier.h>
|
||||
#include <buffer.h>
|
||||
#include <maxscale/query_classifier.h>
|
||||
#include <maxscale/buffer.h>
|
||||
#include <mysql.h>
|
||||
#include <unistd.h>
|
||||
#include <gwdirs.h>
|
||||
#include <log_manager.h>
|
||||
#include <maxscale/gwdirs.h>
|
||||
#include <maxscale/log_manager.h>
|
||||
|
||||
char* append(char* types, const char* type_name, size_t* lenp)
|
||||
{
|
||||
|
@ -20,10 +20,10 @@
|
||||
#include <set>
|
||||
#include <string>
|
||||
#include <sstream>
|
||||
#include <gwdirs.h>
|
||||
#include <log_manager.h>
|
||||
#include <maxscale/gwdirs.h>
|
||||
#include <maxscale/log_manager.h>
|
||||
#include <mysql_client_server_protocol.h>
|
||||
#include <query_classifier.h>
|
||||
#include <maxscale/query_classifier.h>
|
||||
using std::cerr;
|
||||
using std::cin;
|
||||
using std::cout;
|
||||
|
Reference in New Issue
Block a user