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

@ -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>