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

@ -11,7 +11,7 @@
* Public License.
*/
#include <maxscale/cppdefs.hh>
#include <maxscale/ccdefs.hh>
#include "internal/config_runtime.h"

View File

@ -11,7 +11,7 @@
* Public License.
*/
#include <maxscale/cppdefs.hh>
#include <maxscale/ccdefs.hh>
#include <maxscale/alloc.h>
#include <maxscale/encryption.h>

View File

@ -10,7 +10,7 @@
* of this software will be governed by version 2 or later of the General
* Public License.
*/
#include <maxscale/cppdefs.hh>
#include <maxscale/ccdefs.hh>
#include <stdlib.h>
#include <string.h>

View File

@ -12,7 +12,7 @@
* Public License.
*/
#include <maxscale/cppdefs.hh>
#include <maxscale/ccdefs.hh>
#include <string>
#include <microhttpd.h>

View File

@ -12,7 +12,7 @@
* Public License.
*/
#include <maxscale/cppdefs.hh>
#include <maxscale/ccdefs.hh>
#include <maxscale/event.hh>
namespace maxscale

View File

@ -12,7 +12,7 @@
* Public License.
*/
#include <maxscale/cppdefs.hh>
#include <maxscale/ccdefs.hh>
#include <deque>
#include <map>

View File

@ -12,7 +12,7 @@
* Public License.
*/
#include <maxscale/cppdefs.hh>
#include <maxscale/ccdefs.hh>
#include <map>
#include <string>

View File

@ -16,7 +16,7 @@
* The private poll header
*/
#include <maxscale/cppdefs.hh>
#include <maxscale/ccdefs.hh>
#include <maxscale/poll.h>
#include <maxscale/resultset.hh>

View File

@ -12,7 +12,7 @@
* Public License.
*/
#include <maxscale/cppdefs.hh>
#include <maxscale/ccdefs.hh>
#include <maxscale/query_classifier.h>
#include <maxscale/jansson.hh>

View File

@ -14,7 +14,7 @@
/** @file REST API resources */
#include <maxscale/cppdefs.hh>
#include <maxscale/ccdefs.hh>
#include <string>
#include <deque>

View File

@ -12,7 +12,7 @@
* Public License.
*/
#include <maxscale/cppdefs.hh>
#include <maxscale/ccdefs.hh>
#include <unordered_map>

View File

@ -12,7 +12,7 @@
* Public License.
*/
#include <maxscale/cppdefs.hh>
#include <maxscale/ccdefs.hh>
#include <deque>
#include <string>

View File

@ -12,7 +12,7 @@
* Public License.
*/
#include <maxscale/cppdefs.hh>
#include <maxscale/ccdefs.hh>
#include <ctype.h>
#include <maxscale/customparser.hh>
#include <maxscale/query_classifier.h>

View File

@ -15,7 +15,7 @@
* @file service.c - A representation of a service within MaxScale
*/
#include <maxscale/cppdefs.hh>
#include <maxscale/ccdefs.hh>
#include <stdio.h>
#include <stdlib.h>

View File

@ -11,7 +11,7 @@
* Public License.
*/
#include <maxscale/cppdefs.hh>
#include <maxscale/ccdefs.hh>
#include <sys/types.h>
#include <sys/stat.h>

View File

@ -11,7 +11,7 @@
* Public License.
*/
#include <maxscale/cppdefs.hh>
#include <maxscale/ccdefs.hh>
#include <iomanip>
#include <iostream>
#include <maxscale/paths.h>

View File

@ -11,7 +11,7 @@
* Public License.
*/
#include <maxscale/cppdefs.hh>
#include <maxscale/ccdefs.hh>
#include <string>

View File

@ -18,7 +18,7 @@
#undef NDEBUG
#endif
#include <maxscale/cppdefs.hh>
#include <maxscale/ccdefs.hh>
#include <time.h>
#include <iostream>
#include <pthread.h>

View File

@ -11,7 +11,7 @@
* Public License.
*/
#include <maxscale/cppdefs.hh>
#include <maxscale/ccdefs.hh>
#include <unistd.h>
#include <fstream>
#include <iostream>

View File

@ -11,7 +11,7 @@
* Public License.
*/
#include <maxscale/cppdefs.hh>
#include <maxscale/ccdefs.hh>
#include <algorithm>
#include <iostream>
#include <maxscale/modutil.h>

View File

@ -11,7 +11,7 @@
* Public License.
*/
#include <maxscale/cppdefs.hh>
#include <maxscale/ccdefs.hh>
#include <new>
#include <unordered_map>