MXS-2197 Rename all .h files under server to .hh

This commit is contained in:
Johan Wikman 2018-12-10 12:44:51 +02:00
parent 0927a0b938
commit 08ed764675
15 changed files with 13 additions and 17 deletions

View File

@ -19,7 +19,7 @@
#include <stdio.h>
#include <maxscale/paths.h>
#include <maxscale/random.h>
#include "internal/secrets.h"
#include "internal/secrets.hh"
#ifdef HAVE_GLIBC
struct option options[] =

View File

@ -26,7 +26,7 @@
#include <maxscale/random.h>
#include <maxscale/alloc.h>
#include "internal/secrets.h"
#include "internal/secrets.hh"
#ifdef HAVE_GLIBC
struct option options[] =

View File

@ -24,7 +24,7 @@
#include <maxscale/random.h>
#include <maxscale/utils.h>
#include "internal/secrets.h"
#include "internal/secrets.hh"
/**
* Generate a random printable character

View File

@ -39,7 +39,7 @@
#include <maxscale/routingworker.hh>
#include "../dcb.cc"
#include "test_utils.h"
#include "test_utils.hh"
/**
* test1 Allocate a dcb and do lots of other things

View File

@ -37,7 +37,7 @@
#include <maxscale/listener.hh>
#include <maxscale/service.hh>
#include "test_utils.h"
#include "test_utils.hh"
#include "../internal/service.hh"
#include "../internal/session.hh"

View File

@ -37,7 +37,7 @@
#include <maxscale/alloc.h>
#include "../internal/service.hh"
#include "test_utils.h"
#include "test_utils.hh"
#include "../config.cc"
/**

View File

@ -1,6 +1,4 @@
#pragma once
#ifndef TEST_UTILS_H
#define TEST_UTILS_H
/*
* Copyright (c) 2016 MariaDB Corporation Ab
*
@ -14,7 +12,7 @@
* Public License.
*/
#include <maxscale/cdefs.h>
#include <maxscale/ccdefs.hh>
#include <maxbase/maxbase.hh>
#include <maxscale/dcb.hh>
#include <maxscale/housekeeper.h>
@ -66,5 +64,3 @@ void init_test_env(char* __attribute((unused)) path = nullptr, uint32_t init_typ
preload_module("readconnroute", "server/modules/routing/readconnroute/", MODULE_ROUTER);
preload_module("mysqlauth", "/server/modules/authenticator/MySQLAuth/", MODULE_AUTHENTICATOR);
}
#endif

View File

@ -20,7 +20,7 @@
#include <maxscale/mock/session.hh>
#include "../cachefilter.hh"
#include "../../../../core/test/test_utils.h"
#include "../../../../core/test/test_utils.hh"
using namespace std;
using maxscale::FilterModule;

View File

@ -22,7 +22,7 @@
#include <maxscale/mock/client.hh>
#include "tempfile.hh"
#include "../../../../core/test/test_utils.h"
#include "../../../../core/test/test_utils.hh"
using namespace std;
using maxscale::FilterModule;

View File

@ -26,7 +26,7 @@
* @endverbatim
*/
#include "maxinfo.h"
#include "maxinfo.hh"
#include <stdio.h>
#include <stdlib.h>

View File

@ -23,7 +23,7 @@
* @endverbatim
*/
#include "maxinfo.h"
#include "maxinfo.hh"
#include <stdio.h>
#include <stdlib.h>

View File

@ -24,7 +24,7 @@
* @endverbatim
*/
#include "maxinfo.h"
#include "maxinfo.hh"
#include <stdio.h>
#include <stdlib.h>

View File

@ -24,7 +24,7 @@
* @endverbatim
*/
#include "maxinfo.h"
#include "maxinfo.hh"
#include <ctype.h>
#include <stdio.h>