mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 00:28:21 +00:00
Remove unnecessary #includes in analyzer/packet analyzer/file analyzer source files
This commit is contained in:
parent
456c1fa42c
commit
79301c4691
67 changed files with 6 additions and 149 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
#include "zeek/packet_analysis/Manager.h"
|
||||
|
||||
#include "zeek/Event.h"
|
||||
#include "zeek/RunState.h"
|
||||
#include "zeek/Stats.h"
|
||||
#include "zeek/iosource/Manager.h"
|
||||
|
@ -9,7 +10,6 @@
|
|||
#include "zeek/packet_analysis/Analyzer.h"
|
||||
#include "zeek/packet_analysis/Dispatcher.h"
|
||||
#include "zeek/plugin/Manager.h"
|
||||
#include "zeek/zeek-bif.h"
|
||||
|
||||
using namespace zeek::packet_analysis;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue