Rename files, removing "gw"-prefix

Also gwdirs.h.in -> paths.h.in
This commit is contained in:
Esa Korhonen
2017-01-19 17:10:01 +02:00
parent 568239d2b5
commit 6e38276a20
55 changed files with 58 additions and 58 deletions

View File

@ -64,7 +64,7 @@
#define MYSQL_COM_INIT_DB COM_INIT_DB
#define MYSQL_COM_CHANGE_USER COM_CHANGE_USER
#include <maxscale/protocol/mysql.h>
#include <maxscale/gwdirs.h>
#include <maxscale/paths.h>
#include <maxscale/utils.h>
#include <stdio.h>

View File

@ -17,7 +17,7 @@
#include <string.h>
#include <maxscale/query_classifier.h>
#include <maxscale/buffer.h>
#include <maxscale/gwdirs.h>
#include <maxscale/paths.h>
#include <maxscale/utils.h>
int main(int argc, char** argv)

View File

@ -20,7 +20,7 @@
#include <maxscale/buffer.h>
#include <mysql.h>
#include <unistd.h>
#include <maxscale/gwdirs.h>
#include <maxscale/paths.h>
#include <maxscale/log_manager.h>
char* append(char* types, const char* type_name, size_t* lenp)

View File

@ -23,7 +23,7 @@
#define MYSQL_COM_QUIT COM_QUIT
#define MYSQL_COM_INIT_DB COM_INIT_DB
#define MYSQL_COM_CHANGE_USER COM_CHANGE_USER
#include <maxscale/gwdirs.h>
#include <maxscale/paths.h>
#include <maxscale/log_manager.h>
#include <maxscale/protocol/mysql.h>
#include <maxscale/query_classifier.h>

View File

@ -13,7 +13,7 @@
#include <stdio.h>
#include <maxscale/buffer.h>
#include <maxscale/gwdirs.h>
#include <maxscale/paths.h>
#include <maxscale/query_classifier.h>
#define MYSQL_HEADER_LEN 4