mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Remove IPAddr.h from Reporter.h
This commit is contained in:
parent
ea3c679101
commit
c558d771e4
14 changed files with 27 additions and 6 deletions
|
@ -2,6 +2,9 @@
|
|||
|
||||
#include "zeek-config.h"
|
||||
|
||||
#include <vector>
|
||||
#include <map>
|
||||
|
||||
#include "CompHash.h"
|
||||
#include "BroString.h"
|
||||
#include "Dict.h"
|
||||
|
@ -9,9 +12,7 @@
|
|||
#include "RE.h"
|
||||
#include "Reporter.h"
|
||||
#include "Func.h"
|
||||
|
||||
#include <vector>
|
||||
#include <map>
|
||||
#include "IPAddr.h"
|
||||
|
||||
CompositeHash::CompositeHash(IntrusivePtr<TypeList> composite_type)
|
||||
: type(std::move(composite_type))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue