Convert maxscale/protocol.h to .hh
This commit is contained in:
@ -36,7 +36,7 @@
|
||||
#include <cdc.hh>
|
||||
#include <maxscale/alloc.h>
|
||||
#include <maxscale/modinfo.h>
|
||||
#include <maxscale/protocol.h>
|
||||
#include <maxscale/protocol.hh>
|
||||
#include <maxscale/modinfo.h>
|
||||
#include <maxscale/poll.hh>
|
||||
|
||||
|
@ -37,7 +37,7 @@
|
||||
#include "httpd.hh"
|
||||
#include <ctype.h>
|
||||
#include <maxscale/alloc.h>
|
||||
#include <maxscale/protocol.h>
|
||||
#include <maxscale/protocol.hh>
|
||||
#include <maxscale/modinfo.h>
|
||||
#include <maxscale/resultset.hh>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
#include <maxscale/modinfo.h>
|
||||
#include <maxscale/modutil.hh>
|
||||
#include <maxscale/poll.hh>
|
||||
#include <maxscale/protocol.h>
|
||||
#include <maxscale/protocol.hh>
|
||||
#include <maxscale/protocol/mysql.hh>
|
||||
#include <maxscale/router.hh>
|
||||
#include <maxscale/server.hh>
|
||||
|
@ -29,7 +29,7 @@
|
||||
#include <maxscale/modinfo.h>
|
||||
#include <maxscale/modutil.hh>
|
||||
#include <maxscale/poll.hh>
|
||||
#include <maxscale/protocol.h>
|
||||
#include <maxscale/protocol.hh>
|
||||
#include <maxscale/protocol/mysql.hh>
|
||||
#include <maxscale/query_classifier.h>
|
||||
#include <maxscale/router.hh>
|
||||
|
@ -20,7 +20,7 @@
|
||||
#include <string.h>
|
||||
#include <maxscale/dcb.hh>
|
||||
#include <maxscale/buffer.h>
|
||||
#include <maxscale/protocol.h>
|
||||
#include <maxscale/protocol.hh>
|
||||
#include <maxscale/service.hh>
|
||||
#include <maxscale/session.hh>
|
||||
#include <sys/ioctl.h>
|
||||
|
@ -23,7 +23,7 @@
|
||||
#include <maxscale/buffer.h>
|
||||
#include <maxscale/service.hh>
|
||||
#include <maxscale/session.hh>
|
||||
#include <maxscale/protocol.h>
|
||||
#include <maxscale/protocol.hh>
|
||||
#include <sys/ioctl.h>
|
||||
#include <errno.h>
|
||||
#include <sys/socket.h>
|
||||
|
Reference in New Issue
Block a user