Reduce proliferation of including broker header files

This change should roughly halve compilation time
This commit is contained in:
Jon Siwek 2018-06-25 15:48:56 -05:00
parent 0907921178
commit 0ae022205e
3 changed files with 6 additions and 1 deletions

View file

@ -6,12 +6,13 @@
#define LOGGING_WRITERBACKEND_H
#include "threading/MsgThread.h"
#include "broker/Data.h"
#include "Component.h"
class RemoteSerializer;
namespace broker { class data; }
namespace logging {
class WriterFrontend;