mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 00:58:19 +00:00
Reduce proliferation of including broker header files
This change should roughly halve compilation time
This commit is contained in:
parent
0907921178
commit
0ae022205e
3 changed files with 6 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue