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

@ -32,7 +32,6 @@
#include <maxbase/worker.hh>
#include <maxscale/alloc.h>
#include <maxscale/dcb.hh>
#include <maxscale/log.hh>
#include <maxscale/modulecmd.hh>
#include <maxscale/paths.h>
#include <maxscale/protocol/mysql.hh>

View File

@ -29,7 +29,6 @@
#include <maxscale/router.hh>
#include <maxbase/atomic.h>
#include <maxscale/dcb.hh>
#include <maxscale/log.hh>
#include <maxscale/version.h>
#include <maxscale/alloc.h>
#include <maxscale/buffer.hh>

View File

@ -17,7 +17,6 @@
#include <maxbase/assert.h>
#include <maxscale/alloc.h>
#include <maxscale/log.hh>
/**
* @brief Allocate an Avro table

View File

@ -33,7 +33,6 @@
#include <sys/stat.h>
#include <maxscale/alloc.h>
#include <maxscale/log.hh>
#include <maxscale/maxscale.h>
#include <maxscale/pcre2.h>
#include <maxscale/utils.h>

View File

@ -28,7 +28,6 @@
#include <maxbase/worker.hh>
#include <maxscale/alloc.h>
#include <maxscale/dcb.hh>
#include <maxscale/log.hh>
#include <maxscale/modulecmd.hh>
#include <maxscale/paths.h>
#include <maxscale/protocol/mysql.hh>

View File

@ -22,7 +22,6 @@
#include <stdio.h>
#include <limits.h>
#include <unistd.h>
#include <maxscale/log.hh>
#include <sys/stat.h>
#include <errno.h>
#include <string.h>