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

@ -1,5 +1,7 @@
// See the file "COPYING" in the main distribution directory for copyright.
#include <broker/data.hh>
#include "util.h"
#include "threading/SerialTypes.h"