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

@ -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>