MXS-2008 Remove unused headers from worker.hh

Add corresponding headers to files that depended on those headers.
This commit is contained in:
Johan Wikman 2018-08-17 13:46:33 +03:00
parent aaad63ee5e
commit 8f257a51fe
5 changed files with 7 additions and 5 deletions

View File

@ -14,15 +14,15 @@
#include <maxscale/ccdefs.hh>
#include <cstring>
#include <functional>
#include <map>
#include <memory>
#include <thread>
#include <unordered_set>
#include <unordered_map>
#include <maxbase/atomic.h>
#include <maxbase/semaphore.hh>
#include <maxscale/session.h>
#include <maxscale/utils.hh>
#include <maxscale/worker.h>
#include <maxscale/workertask.hh>

View File

@ -18,6 +18,7 @@
#include <queue>
#include <maxscale/modutil.h>
#include <maxscale/mysql_utils.h>
#include <maxscale/utils.hh>
using std::string;

View File

@ -17,6 +17,7 @@
#include <sstream>
#include <maxscale/clock.h>
#include <maxscale/mysql_utils.h>
#include <maxscale/utils.hh>
using std::string;
using maxscale::string_printf;

View File

@ -25,7 +25,7 @@
#include <maxscale/mysql_utils.h>
#include <maxscale/routingworker.h>
#include <maxscale/secrets.h>
#include <maxscale/utils.h>
#include <maxscale/utils.hh>
// TODO: For monitor_add_parameters
#include "../../../core/internal/monitor.h"

View File

@ -40,7 +40,7 @@
#include <maxscale/server.h>
#include <maxscale/service.h>
#include <maxscale/spinlock.h>
#include <maxscale/utils.h>
#include <maxscale/utils.hh>
#include <maxscale/routingworker.h>
#include <maxscale/worker.hh>
#include <binlog_common.h>