Rename cppdefs.hh to ccdefs.hh
For obvious reasons; the c++ suffix is .cc and not .cpp
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
* Public License.
|
||||
*/
|
||||
|
||||
#include <maxscale/cppdefs.hh>
|
||||
#include <maxscale/ccdefs.hh>
|
||||
|
||||
#include "internal/config_runtime.h"
|
||||
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
* Public License.
|
||||
*/
|
||||
|
||||
#include <maxscale/cppdefs.hh>
|
||||
#include <maxscale/ccdefs.hh>
|
||||
|
||||
#include <maxscale/alloc.h>
|
||||
#include <maxscale/encryption.h>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
* Public License.
|
||||
*/
|
||||
|
||||
#include <maxscale/cppdefs.hh>
|
||||
#include <maxscale/ccdefs.hh>
|
||||
|
||||
#include <string>
|
||||
#include <microhttpd.h>
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
* Public License.
|
||||
*/
|
||||
|
||||
#include <maxscale/cppdefs.hh>
|
||||
#include <maxscale/ccdefs.hh>
|
||||
#include <maxscale/event.hh>
|
||||
|
||||
namespace maxscale
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
* Public License.
|
||||
*/
|
||||
|
||||
#include <maxscale/cppdefs.hh>
|
||||
#include <maxscale/ccdefs.hh>
|
||||
|
||||
#include <deque>
|
||||
#include <map>
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
* Public License.
|
||||
*/
|
||||
|
||||
#include <maxscale/cppdefs.hh>
|
||||
#include <maxscale/ccdefs.hh>
|
||||
|
||||
#include <map>
|
||||
#include <string>
|
||||
|
||||
@ -16,7 +16,7 @@
|
||||
* The private poll header
|
||||
*/
|
||||
|
||||
#include <maxscale/cppdefs.hh>
|
||||
#include <maxscale/ccdefs.hh>
|
||||
#include <maxscale/poll.h>
|
||||
#include <maxscale/resultset.hh>
|
||||
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
* Public License.
|
||||
*/
|
||||
|
||||
#include <maxscale/cppdefs.hh>
|
||||
#include <maxscale/ccdefs.hh>
|
||||
#include <maxscale/query_classifier.h>
|
||||
#include <maxscale/jansson.hh>
|
||||
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
|
||||
/** @file REST API resources */
|
||||
|
||||
#include <maxscale/cppdefs.hh>
|
||||
#include <maxscale/ccdefs.hh>
|
||||
|
||||
#include <string>
|
||||
#include <deque>
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
* Public License.
|
||||
*/
|
||||
|
||||
#include <maxscale/cppdefs.hh>
|
||||
#include <maxscale/ccdefs.hh>
|
||||
|
||||
#include <unordered_map>
|
||||
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
* Public License.
|
||||
*/
|
||||
|
||||
#include <maxscale/cppdefs.hh>
|
||||
#include <maxscale/ccdefs.hh>
|
||||
|
||||
#include <deque>
|
||||
#include <string>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
* Public License.
|
||||
*/
|
||||
|
||||
#include <maxscale/cppdefs.hh>
|
||||
#include <maxscale/ccdefs.hh>
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
* Public License.
|
||||
*/
|
||||
|
||||
#include <maxscale/cppdefs.hh>
|
||||
#include <maxscale/ccdefs.hh>
|
||||
#include <iomanip>
|
||||
#include <iostream>
|
||||
#include <maxscale/paths.h>
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
* Public License.
|
||||
*/
|
||||
|
||||
#include <maxscale/cppdefs.hh>
|
||||
#include <maxscale/ccdefs.hh>
|
||||
|
||||
#include <string>
|
||||
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
#undef NDEBUG
|
||||
#endif
|
||||
|
||||
#include <maxscale/cppdefs.hh>
|
||||
#include <maxscale/ccdefs.hh>
|
||||
#include <time.h>
|
||||
#include <iostream>
|
||||
#include <pthread.h>
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
* Public License.
|
||||
*/
|
||||
|
||||
#include <maxscale/cppdefs.hh>
|
||||
#include <maxscale/ccdefs.hh>
|
||||
#include <unistd.h>
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
* Public License.
|
||||
*/
|
||||
|
||||
#include <maxscale/cppdefs.hh>
|
||||
#include <maxscale/ccdefs.hh>
|
||||
#include <algorithm>
|
||||
#include <iostream>
|
||||
#include <maxscale/modutil.h>
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
* Public License.
|
||||
*/
|
||||
|
||||
#include <maxscale/cppdefs.hh>
|
||||
#include <maxscale/ccdefs.hh>
|
||||
|
||||
#include <new>
|
||||
#include <unordered_map>
|
||||
|
||||
Reference in New Issue
Block a user