mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 09:08:20 +00:00
Remove unnecssary includes of Dict.h
This commit is contained in:
parent
49a1dc8a40
commit
9f97a91d39
9 changed files with 5 additions and 8 deletions
|
@ -8,7 +8,6 @@
|
|||
#include <unordered_map>
|
||||
#include <vector>
|
||||
|
||||
#include "zeek/Dict.h"
|
||||
#include "zeek/IntrusivePtr.h"
|
||||
#include "zeek/Notifier.h"
|
||||
#include "zeek/Reporter.h"
|
||||
|
@ -38,6 +37,10 @@ class RE_Matcher;
|
|||
class File;
|
||||
using FilePtr = zeek::IntrusivePtr<File>;
|
||||
|
||||
template <typename T> class RobustDictIterator;
|
||||
template <typename T> class Dictionary;
|
||||
template <typename T> using PDict = Dictionary<T>;
|
||||
|
||||
namespace detail
|
||||
{
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue