mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 11: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
|
@ -6,6 +6,7 @@
|
|||
#include "NetVar.h"
|
||||
#include "iosource/Manager.h"
|
||||
#include "Event.h"
|
||||
#include "IPAddr.h"
|
||||
|
||||
using namespace threading;
|
||||
|
||||
|
|
|
@ -8,11 +8,15 @@
|
|||
#include "iosource/IOSource.h"
|
||||
#include "Flare.h"
|
||||
|
||||
class BroObj;
|
||||
|
||||
namespace threading {
|
||||
|
||||
class BasicInputMessage;
|
||||
class BasicOutputMessage;
|
||||
class HeartbeatMessage;
|
||||
struct Value;
|
||||
struct Field;
|
||||
|
||||
/**
|
||||
* A specialized thread that provides bi-directional message passing between
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
#include "ID.h"
|
||||
#include "Expr.h"
|
||||
#include "Scope.h"
|
||||
#include "IPAddr.h"
|
||||
|
||||
using namespace threading;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue