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:
Johan Wikman
2018-12-10 12:35:57 +02:00
parent dc8c2f27f7
commit 0927a0b938
27 changed files with 3 additions and 48 deletions

View File

@ -13,14 +13,6 @@
/**
* @file maxpasswd.c - Implementation of pasword encoding
*
* @verbatim
* Revision History
*
* Date Who Description
* 24/07/13 Mark Riddoch Initial implementation
*
* @endverbatim
*/
#include <maxscale/ccdefs.hh>
@ -31,7 +23,6 @@
#include <getopt.h>
#include <maxscale/paths.h>
#include <maxscale/log.hh>
#include <maxscale/random.h>
#include <maxscale/alloc.h>