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

@ -27,6 +27,8 @@
#include "Reporter.h"
#include "IPAddr.h"
#include "broker/Data.h"
Val::Val(Func* f)
{
val.func_val = f;