Remove header self-inclusions

This commit is contained in:
Jon Siwek 2018-06-26 11:45:52 -05:00
parent f57611c2f0
commit 9c0303804d
4 changed files with 7 additions and 4 deletions

View file

@ -1,4 +1,10 @@
2.5-689 | 2018-06-26 11:45:52 -0500
* Remove header self-inclusions (Corelight)
* Fix travis-job script to not fail when all tests succeed (Daniel Thayer)
2.5-687 | 2018-06-25 16:35:25 -0500 2.5-687 | 2018-06-25 16:35:25 -0500
* Reorganize internal + private broker/Manager.h bits (Corelight) * Reorganize internal + private broker/Manager.h bits (Corelight)

View file

@ -1 +1 @@
2.5-687 2.5-689

View file

@ -12,8 +12,6 @@
#include "IPAddr.h" #include "IPAddr.h"
#include "analyzer/protocol/http/events.bif.h" #include "analyzer/protocol/http/events.bif.h"
#include "HTTP.h"
namespace analyzer { namespace http { namespace analyzer { namespace http {
enum CHUNKED_TRANSFER_STATE { enum CHUNKED_TRANSFER_STATE {

View file

@ -4,7 +4,6 @@
#define ANALYZER_PROTOCOL_TCP_TCP_H #define ANALYZER_PROTOCOL_TCP_TCP_H
#include "analyzer/Analyzer.h" #include "analyzer/Analyzer.h"
#include "analyzer/protocol/tcp/TCP.h"
#include "PacketDumper.h" #include "PacketDumper.h"
#include "IPAddr.h" #include "IPAddr.h"
#include "TCP_Endpoint.h" #include "TCP_Endpoint.h"