Combine maxscale/buffer.h with maxscale/buffer.hh

This commit is contained in:
Esa Korhonen
2019-01-16 12:36:00 +02:00
parent 5d959a30ac
commit 3b55893a20
40 changed files with 431 additions and 469 deletions

View File

@ -30,7 +30,7 @@
#include <maxscale/alloc.h>
#include <maxscale/modinfo.h>
#include <maxscale/dcb.hh>
#include <maxscale/buffer.h>
#include <maxscale/buffer.hh>
#include <openssl/bio.h>
#include <maxscale/service.hh>
#include <maxscale/secrets.h>

View File

@ -32,7 +32,7 @@
#include <maxscale/alloc.h>
#include <maxscale/modinfo.h>
#include <maxscale/dcb.hh>
#include <maxscale/buffer.h>
#include <maxscale/buffer.hh>
#include <maxscale/adminusers.h>
#include <maxscale/users.h>

View File

@ -32,7 +32,7 @@
#include <maxscale/authenticator.hh>
#include <maxscale/modinfo.h>
#include <maxscale/dcb.hh>
#include <maxscale/buffer.h>
#include <maxscale/buffer.hh>
#include <maxscale/users.h>
/** MXS-1026: Without MySQL protocol data structures, the NullAuth authenticator will crash. */

View File

@ -32,7 +32,7 @@
#include <maxscale/authenticator.hh>
#include <maxscale/modinfo.h>
#include <maxscale/dcb.hh>
#include <maxscale/buffer.h>
#include <maxscale/buffer.hh>
#include <maxscale/users.h>
static bool null_auth_set_protocol_data(DCB* dcb, GWBUF* buf);

View File

@ -19,6 +19,6 @@
#include <maxscale/ccdefs.hh>
#include <maxscale/buffer.h>
#include <maxscale/buffer.hh>
#include <maxscale/dcb.hh>
#include <maxscale/protocol/mysql.hh>

View File

@ -18,7 +18,7 @@
#include <string>
#include <zlib.h>
#include <maxscale/alloc.h>
#include <maxscale/buffer.h>
#include <maxscale/buffer.hh>
#include <maxscale/modutil.hh>
#include <maxscale/query_classifier.hh>
#include <maxscale/paths.h>

View File

@ -17,7 +17,7 @@
#include <memory>
#include <string>
#include <vector>
#include <maxscale/buffer.h>
#include <maxscale/buffer.hh>
#include <maxscale/session.hh>
#include "rules.hh"

View File

@ -21,7 +21,7 @@
#include <functional>
#include <string>
#include <maxscale/buffer.h>
#include <maxscale/buffer.hh>
#include <maxscale/protocol/mysql.hh>
typedef enum cache_result_bits

View File

@ -13,7 +13,7 @@
#pragma once
#include <maxscale/ccdefs.hh>
#include <maxscale/buffer.h>
#include <maxscale/buffer.hh>
#include <maxscale/filter.hh>
#include "cache.hh"
#include "cachefilter.hh"

View File

@ -19,7 +19,7 @@
#include <jansson.h>
#include <memory>
#include <vector>
#include <maxscale/buffer.h>
#include <maxscale/buffer.hh>
#include <maxscale/session.hh>
#include <maxscale/pcre2.h>

View File

@ -13,7 +13,7 @@
#pragma once
#include <maxscale/ccdefs.hh>
#include <maxscale/buffer.h>
#include <maxscale/buffer.hh>
#include <ostream>
#include <string>
#include <vector>

View File

@ -16,7 +16,7 @@
#include <algorithm>
#include <maxscale/alloc.h>
#include <maxscale/buffer.h>
#include <maxscale/buffer.hh>
#include <maxscale/modutil.hh>
#include <maxscale/protocol/mysql.hh>

View File

@ -17,7 +17,7 @@
#include <strings.h>
#include <maxscale/alloc.h>
#include <maxscale/buffer.h>
#include <maxscale/buffer.hh>
#include <maxscale/filter.hh>
#include <maxscale/modinfo.h>
#include <maxscale/modutil.hh>

View File

@ -17,7 +17,7 @@
#include <sstream>
#include <string>
#include <vector>
#include <maxscale/buffer.h>
#include <maxscale/buffer.hh>
#include <maxscale/mysql_utils.hh>
#include <maxscale/protocol/mysql.hh>

View File

@ -22,7 +22,7 @@
#include <maxbase/assert.h>
#include <maxscale/alloc.h>
#include <maxscale/buffer.h>
#include <maxscale/buffer.hh>
#include <maxscale/filter.hh>
#include <maxscale/modinfo.h>
#include <maxscale/modutil.hh>

View File

@ -15,7 +15,7 @@
#include <maxscale/ccdefs.hh>
#include <string>
#include <string.h>
#include <maxscale/buffer.h>
#include <maxscale/buffer.hh>
#include <maxscale/modutil.hh>

View File

@ -15,7 +15,7 @@
#include <stdlib.h>
#include <time.h>
#include <iostream>
#include <maxscale/buffer.h>
#include <maxscale/buffer.hh>
#include <maxscale/paths.h>
using namespace std;

View File

@ -16,7 +16,7 @@
#include <stdlib.h>
#include <time.h>
#include <iostream>
#include <maxscale/buffer.h>
#include <maxscale/buffer.hh>
#include <maxscale/paths.h>
using namespace std;

View File

@ -15,7 +15,7 @@
#include <stdlib.h>
#include <time.h>
#include <iostream>
#include <maxscale/buffer.h>
#include <maxscale/buffer.hh>
#include <maxscale/paths.h>
using namespace std;

View File

@ -19,7 +19,7 @@
#include <unistd.h>
#include <string.h>
#include <maxscale/dcb.hh>
#include <maxscale/buffer.h>
#include <maxscale/buffer.hh>
#include <maxscale/protocol.hh>
#include <maxscale/service.hh>
#include <maxscale/session.hh>

View File

@ -20,7 +20,7 @@
#include <string.h>
#include <maxscale/alloc.h>
#include <maxscale/dcb.hh>
#include <maxscale/buffer.h>
#include <maxscale/buffer.hh>
#include <maxscale/service.hh>
#include <maxscale/session.hh>
#include <maxscale/protocol.hh>

View File

@ -31,7 +31,7 @@
#include <thread>
#include <vector>
#include <maxscale/buffer.h>
#include <maxscale/buffer.hh>
#include <maxscale/dcb.hh>
#include <maxscale/protocol/mysql.hh>
#include <maxscale/router.hh>

View File

@ -42,7 +42,7 @@
#include <maxscale/alloc.h>
#include <maxbase/atomic.h>
#include <maxscale/buffer.h>
#include <maxscale/buffer.hh>
#include <maxscale/dcb.hh>
#include <maxscale/housekeeper.h>
#include <maxscale/protocol/mysql.hh>

View File

@ -38,7 +38,7 @@
#include <maxbase/atomic.h>
#include <maxscale/adminusers.h>
#include <maxscale/alloc.h>
#include <maxscale/buffer.h>
#include <maxscale/buffer.hh>
#include <maxscale/config.hh>
#include <maxscale/dcb.hh>
#include <maxscale/filter.hh>

View File

@ -21,7 +21,7 @@
#include <strings.h>
#include <maxscale/alloc.h>
#include <maxscale/buffer.h>
#include <maxscale/buffer.hh>
#include <maxscale/modinfo.h>
#include <maxscale/modutil.hh>
#include <maxscale/poll.hh>