Rename maxscale/cpp.hh to maxscale/cppdefs.hh
Just like every c-header must include maxscale/cdefs.h as the first file, every C++-header must include maxscale/cppdefs.hh as its first header.
This commit is contained in:
@ -12,9 +12,8 @@
|
||||
* Public License.
|
||||
*/
|
||||
|
||||
#include <maxscale/cdefs.h>
|
||||
#include <maxscale/cppdefs.hh>
|
||||
#include <maxscale/spinlock.h>
|
||||
#include <maxscale/cpp.hh>
|
||||
|
||||
namespace maxscale
|
||||
{
|
||||
|
Reference in New Issue
Block a user