Remove IPAddr.h from Reporter.h

This commit is contained in:
Tim Wojtulewicz 2020-05-22 16:44:08 -07:00
parent ea3c679101
commit c558d771e4
14 changed files with 27 additions and 6 deletions

View file

@ -6,6 +6,7 @@
#include "NetVar.h"
#include "iosource/Manager.h"
#include "Event.h"
#include "IPAddr.h"
using namespace threading;

View file

@ -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

View file

@ -12,6 +12,7 @@
#include "ID.h"
#include "Expr.h"
#include "Scope.h"
#include "IPAddr.h"
using namespace threading;