mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Remove header self-inclusions
This commit is contained in:
parent
f57611c2f0
commit
9c0303804d
4 changed files with 7 additions and 4 deletions
6
CHANGES
6
CHANGES
|
@ -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
|
||||
|
||||
* Reorganize internal + private broker/Manager.h bits (Corelight)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.5-687
|
||||
2.5-689
|
||||
|
|
|
@ -12,8 +12,6 @@
|
|||
#include "IPAddr.h"
|
||||
#include "analyzer/protocol/http/events.bif.h"
|
||||
|
||||
#include "HTTP.h"
|
||||
|
||||
namespace analyzer { namespace http {
|
||||
|
||||
enum CHUNKED_TRANSFER_STATE {
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
#define ANALYZER_PROTOCOL_TCP_TCP_H
|
||||
|
||||
#include "analyzer/Analyzer.h"
|
||||
#include "analyzer/protocol/tcp/TCP.h"
|
||||
#include "PacketDumper.h"
|
||||
#include "IPAddr.h"
|
||||
#include "TCP_Endpoint.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue