Rename cppdefs.hh to ccdefs.hh
For obvious reasons; the c++ suffix is .cc and not .cpp
This commit is contained in:
@ -17,7 +17,7 @@
|
||||
*/
|
||||
#define MXS_MODULE_NAME "PAMAuth"
|
||||
|
||||
#include <maxscale/cppdefs.hh>
|
||||
#include <maxscale/ccdefs.hh>
|
||||
|
||||
#include <string>
|
||||
#include <maxscale/alloc.h>
|
||||
|
@ -17,7 +17,7 @@
|
||||
*/
|
||||
#define MXS_MODULE_NAME "PAMBackendAuth"
|
||||
|
||||
#include <maxscale/cppdefs.hh>
|
||||
#include <maxscale/ccdefs.hh>
|
||||
|
||||
#include <maxscale/buffer.h>
|
||||
#include <maxscale/dcb.h>
|
||||
|
@ -16,7 +16,7 @@
|
||||
/**
|
||||
* Common declarations for both PAMAuth and PAMBackendAuth
|
||||
*/
|
||||
#include <maxscale/cppdefs.hh>
|
||||
#include <maxscale/ccdefs.hh>
|
||||
#include <string>
|
||||
|
||||
extern const std::string DIALOG;
|
||||
|
Reference in New Issue
Block a user