Remove unnecessary include of NetVar.h from packet analysis plugins

This commit is contained in:
Tim Wojtulewicz 2020-11-03 12:20:46 -07:00
parent 96d9115360
commit 133ab55c91
11 changed files with 0 additions and 12 deletions

View file

@ -1,7 +1,6 @@
// See the file "COPYING" in the main distribution directory for copyright.
#include "zeek/packet_analysis/protocol/ethernet/Ethernet.h"
#include "zeek/NetVar.h"
#include "zeek/packet_analysis/Manager.h"
using namespace zeek::packet_analysis::Ethernet;

View file

@ -1,7 +1,6 @@
// See the file "COPYING" in the main distribution directory for copyright.
#include "zeek/packet_analysis/protocol/fddi/FDDI.h"
#include "zeek/NetVar.h"
using namespace zeek::packet_analysis::FDDI;

View file

@ -1,7 +1,6 @@
// See the file "COPYING" in the main distribution directory for copyright.
#include "zeek/packet_analysis/protocol/ieee802_11/IEEE802_11.h"
#include "zeek/NetVar.h"
using namespace zeek::packet_analysis::IEEE802_11;

View file

@ -4,8 +4,6 @@
#include <pcap.h>
#include "zeek/NetVar.h"
using namespace zeek::packet_analysis::IEEE802_11_Radio;
IEEE802_11_RadioAnalyzer::IEEE802_11_RadioAnalyzer()

View file

@ -1,7 +1,6 @@
// See the file "COPYING" in the main distribution directory for copyright.
#include "zeek/packet_analysis/protocol/nflog/NFLog.h"
#include "zeek/NetVar.h"
using namespace zeek::packet_analysis::NFLog;

View file

@ -1,7 +1,6 @@
// See the file "COPYING" in the main distribution directory for copyright.
#include "zeek/packet_analysis/protocol/null/Null.h"
#include "zeek/NetVar.h"
using namespace zeek::packet_analysis::Null;

View file

@ -1,7 +1,6 @@
// See the file "COPYING" in the main distribution directory for copyright.
#include "zeek/packet_analysis/protocol/pppoe/PPPoE.h"
#include "zeek/NetVar.h"
using namespace zeek::packet_analysis::PPPoE;

View file

@ -1,7 +1,6 @@
// See the file "COPYING" in the main distribution directory for copyright.
#include "zeek/packet_analysis/protocol/root/Root.h"
#include "zeek/NetVar.h"
using namespace zeek::packet_analysis::Root;

View file

@ -1,7 +1,6 @@
// See the file "COPYING" in the main distribution directory for copyright.
#include "zeek/packet_analysis/protocol/skip/Skip.h"
#include "zeek/NetVar.h"
using namespace zeek::packet_analysis::Skip;

View file

@ -1,7 +1,6 @@
// See the file "COPYING" in the main distribution directory for copyright.
#include "zeek/packet_analysis/protocol/vlan/VLAN.h"
#include "zeek/NetVar.h"
using namespace zeek::packet_analysis::VLAN;

View file

@ -1,7 +1,6 @@
// See the file "COPYING" in the main distribution directory for copyright.
#include "zeek/packet_analysis/protocol/wrapper/Wrapper.h"
#include "zeek/NetVar.h"
using namespace zeek::packet_analysis::Wrapper;