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

@ -25,7 +25,7 @@
#include <maxscale/sqlite3.h>
#include <maxscale/users.h>
#include "../gssapi_auth.h"
#include "../gssapi_auth.hh"
/**
* MySQL queries for retrieving the list of users

View File

@ -20,7 +20,7 @@
#include <maxscale/protocol/mysql.hh>
#include <maxscale/server.hh>
#include "../gssapi_auth.h"
#include "../gssapi_auth.hh"
/**
* @file gssapi_backend_auth.c - GSSAPI backend authenticator

View File

@ -1,6 +1,4 @@
#pragma once
#ifndef _GSSAPI_AUTH_H
#define _GSSAPI_AUTH_H
/*
* Copyright (c) 2016 MariaDB Corporation Ab
*
@ -51,5 +49,3 @@ typedef struct gssapi_auth
void report_error(OM_uint32 major, OM_uint32 minor);
MXS_END_DECLS
#endif

View File

@ -11,7 +11,7 @@
* Public License.
*/
#include "gssapi_auth.h"
#include "gssapi_auth.hh"
#include <maxscale/alloc.h>
/**