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:
Johan Wikman
2016-12-09 09:47:03 +02:00
parent f871664796
commit ce94170eae
26 changed files with 23 additions and 31 deletions

View File

@ -12,9 +12,8 @@
* Public License.
*/
#include <maxscale/cdefs.h>
#include <maxscale/cppdefs.hh>
#include <maxscale/spinlock.h>
#include <maxscale/cpp.hh>
namespace maxscale
{