MXS-1659 Do not include C++ headers from C header

This commit is contained in:
Johan Wikman 2018-02-08 12:26:44 +02:00
parent 7f045beb59
commit b15a460416
2 changed files with 3 additions and 2 deletions

View File

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

View File

@ -31,6 +31,7 @@
#include <time.h>
#include <stdio.h>
#include <string.h>
#include <sstream>
#include <sys/time.h>
#include <fstream>