mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 13:38:19 +00:00
Remove unnecessary #includes in base files in repo
This commit is contained in:
parent
224be5a951
commit
896e41c794
80 changed files with 33 additions and 159 deletions
|
@ -2,13 +2,10 @@
|
|||
|
||||
#include "zeek/Conn.h"
|
||||
|
||||
#include "zeek/zeek-config.h"
|
||||
|
||||
#include <binpac.h>
|
||||
#include <cctype>
|
||||
|
||||
#include "zeek/Desc.h"
|
||||
#include "zeek/Event.h"
|
||||
#include "zeek/NetVar.h"
|
||||
#include "zeek/Reporter.h"
|
||||
#include "zeek/RunState.h"
|
||||
|
@ -17,7 +14,6 @@
|
|||
#include "zeek/analyzer/Analyzer.h"
|
||||
#include "zeek/analyzer/Manager.h"
|
||||
#include "zeek/analyzer/protocol/pia/PIA.h"
|
||||
#include "zeek/iosource/IOSource.h"
|
||||
#include "zeek/packet_analysis/protocol/ip/SessionAdapter.h"
|
||||
#include "zeek/packet_analysis/protocol/tcp/TCP.h"
|
||||
#include "zeek/session/Manager.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue