mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 18:18: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
|
@ -27,6 +27,8 @@
|
|||
#include "Reporter.h"
|
||||
#include "IPAddr.h"
|
||||
|
||||
#include "broker/Data.h"
|
||||
|
||||
Val::Val(Func* f)
|
||||
{
|
||||
val.func_val = f;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue