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

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