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:
@ -17,7 +17,6 @@
|
||||
#endif
|
||||
|
||||
#include <iostream>
|
||||
#include <maxscale/log.hh>
|
||||
#include "../config.cc"
|
||||
|
||||
using namespace std;
|
||||
|
||||
@ -21,7 +21,6 @@
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
#include <maxbase/assert.h>
|
||||
#include <maxscale/log.hh>
|
||||
|
||||
using namespace maxscale;
|
||||
using namespace std;
|
||||
|
||||
@ -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