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

@ -32,7 +32,7 @@
#include <limits.h>
#include <sys/utsname.h>
#include <openssl/sha.h>
#include <maxscale/gw_ssl.h>
#include <maxscale/ssl.h>
#include <maxscale/modinfo.h>
MXS_BEGIN_DECLS

View File

@ -49,10 +49,10 @@
#include <maxscale/spinlock.h>
#include <maxscale/buffer.h>
#include <maxscale/protocol.h>
#include <maxscale/gw_authenticator.h>
#include <maxscale/gw_ssl.h>
#include <maxscale/authenticator.h>
#include <maxscale/ssl.h>
#include <maxscale/modinfo.h>
#include <maxscale/gwbitmask.h>
#include <maxscale/bitmask.h>
#include <netinet/in.h>
MXS_BEGIN_DECLS

View File

@ -28,7 +28,7 @@
#include <maxscale/cdefs.h>
#include <maxscale/protocol.h>
#include <maxscale/gw_ssl.h>
#include <maxscale/ssl.h>
#include <maxscale/hashtable.h>
MXS_BEGIN_DECLS

View File

@ -27,7 +27,7 @@
#include <maxscale/cdefs.h>
#include <maxscale/dcb.h>
#include <maxscale/gwbitmask.h>
#include <maxscale/bitmask.h>
#include <maxscale/resultset.h>
#include <sys/epoll.h>