Rename cppdefs.hh to ccdefs.hh

For obvious reasons; the c++ suffix is .cc and not .cpp
This commit is contained in:
Johan Wikman
2018-08-09 09:13:01 +03:00
parent b7c94abb34
commit f14380243b
123 changed files with 123 additions and 123 deletions

View File

@ -32,7 +32,7 @@
/* The log macros use this definition. */
#define MXS_MODULE_NAME "RoundRobinRouter"
#include <maxscale/cppdefs.hh>
#include <maxscale/ccdefs.hh>
#include <vector>
#include <iostream>