MXS-2197 Rename all module include files from .h to .hh
This commit is contained in:
@ -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>
|
||||
|
||||
|
@ -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
|
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user