MXS-1659 Do not include C++ headers from C header
This commit is contained in:
parent
7f045beb59
commit
b15a460416
@ -18,8 +18,8 @@
|
||||
* @see http://jsonapi.org/format/
|
||||
*/
|
||||
|
||||
#include <maxscale/cppdefs.hh>
|
||||
#include <maxscale/jansson.hh>
|
||||
#include <maxscale/cdefs.h>
|
||||
#include <maxscale/jansson.h>
|
||||
|
||||
MXS_BEGIN_DECLS
|
||||
|
||||
|
@ -31,6 +31,7 @@
|
||||
#include <time.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <sstream>
|
||||
#include <sys/time.h>
|
||||
#include <fstream>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user