mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 20:18:20 +00:00
Remove #include of some iosource files from Net.h
This commit is contained in:
parent
f16f0360ff
commit
fa9a568e8f
8 changed files with 18 additions and 3 deletions
11
src/Net.h
11
src/Net.h
|
@ -10,9 +10,14 @@
|
|||
#include "util.h"
|
||||
#include "List.h"
|
||||
#include "Func.h"
|
||||
#include "iosource/IOSource.h"
|
||||
#include "iosource/PktSrc.h"
|
||||
#include "iosource/PktDumper.h"
|
||||
|
||||
namespace iosource {
|
||||
class IOSource;
|
||||
class PktSrc;
|
||||
class PktDumper;
|
||||
}
|
||||
|
||||
class Packet;
|
||||
|
||||
extern void net_init(const std::string& interfaces,
|
||||
const std::string& pcap_input_file,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue