MXS-2197 Rename all module include files from .h to .hh

This commit is contained in:
Johan Wikman
2018-12-10 12:24:56 +02:00
parent c0c9a9858d
commit dc8c2f27f7
25 changed files with 31 additions and 95 deletions

View File

@ -36,7 +36,7 @@
#include <maxbase/atomic.h>
#include <maxscale/adminusers.h>
#include <maxscale/modinfo.h>
#include "maxscaled.h"
#include "maxscaled.hh"
#include <maxscale/maxadmin.h>
#include <maxscale/alloc.h>

View File

@ -1,6 +1,4 @@
#pragma once
#ifndef _MAXSCALED_H
#define _MAXSCALED_H
/*
* Copyright (c) 2016 MariaDB Corporation Ab
*
@ -16,15 +14,8 @@
/**
* @file maxscaled.h The maxscaled protocol module header file
*
* @verbatim
* Revision History
*
* Date Who Description
* 13/06/14 Mark Riddoch Initial implementation
*
* @endverbatim
*/
#include <maxscale/ccdefs.hh>
#include <maxscale/dcb.hh>
#include <maxscale/housekeeper.h>
@ -45,5 +36,3 @@ typedef struct maxscaled
#define MAXSCALED_STATE_DATA 3 /**< User logged in */
MXS_END_DECLS
#endif

View File

@ -32,7 +32,7 @@
#include <maxscale/router.hh>
#include <maxscale/poll.hh>
#include <maxbase/atomic.h>
#include <telnetd.h>
#include <telnetd.hh>
#include <maxscale/adminusers.h>
#include <maxscale/modinfo.h>