MXS-2197 Remove most includes of maxscale/log.hh
All cc-files should include maxscale/ccdefs.hh, which includes maxscale/log.hh. Consequently it need not be included again.
This commit is contained in:
@ -13,23 +13,13 @@
|
||||
|
||||
/**
|
||||
* @file maxkeys.c - Create the random encryption keys for maxscale
|
||||
*
|
||||
* @verbatim
|
||||
* Revision History
|
||||
*
|
||||
* Date Who Description
|
||||
* 24/07/13 Mark Riddoch Initial implementation
|
||||
*
|
||||
* @endverbatim
|
||||
*/
|
||||
#include "internal/secrets.h"
|
||||
|
||||
#include <maxscale/ccdefs.hh>
|
||||
#include <getopt.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include <maxscale/log.hh>
|
||||
#include <maxscale/paths.h>
|
||||
#include <maxscale/random.h>
|
||||
#include "internal/secrets.h"
|
||||
|
||||
#ifdef HAVE_GLIBC
|
||||
struct option options[] =
|
||||
|
||||
Reference in New Issue
Block a user