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:
@ -11,6 +11,7 @@
|
||||
* Public License.
|
||||
*/
|
||||
|
||||
#include <maxscale/log.hh>
|
||||
#include <unistd.h>
|
||||
#include <cstdio>
|
||||
#include <stdint.h>
|
||||
@ -20,7 +21,6 @@
|
||||
#include <pthread.h>
|
||||
#include <sched.h>
|
||||
#include <semaphore.h>
|
||||
#include <maxscale/log.hh>
|
||||
#include <maxscale/random.h>
|
||||
|
||||
using std::cerr;
|
||||
|
||||
Reference in New Issue
Block a user