Improve C++ header includes to improve build time

Recent changes ended up including all the Broker headers more places
than necessary, causing compile time to increase 2x.
This commit is contained in:
Jon Siwek 2019-06-20 19:50:23 -07:00
parent aefd9322fd
commit 8f19bbe589
16 changed files with 49 additions and 10 deletions

View file

@ -4,7 +4,11 @@
#define PROBABILISTIC_CARDINALITYCOUNTER_H
#include <stdint.h>
#include <OpaqueVal.h>
#include <memory>
#include <vector>
#include <broker/data.hh>
#include <broker/expected.hh>
namespace probabilistic {