mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 00:58:19 +00:00
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:
parent
aefd9322fd
commit
8f19bbe589
16 changed files with 49 additions and 10 deletions
|
@ -3,7 +3,10 @@
|
|||
#ifndef PROBABILISTIC_HASHER_H
|
||||
#define PROBABILISTIC_HASHER_H
|
||||
|
||||
#include <broker/Data.h>
|
||||
#include <broker/data.hh>
|
||||
#include <broker/expected.hh>
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include "Hash.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue