mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 10:38:20 +00:00
Reduce includes in plugin/Component.h
This commit is contained in:
parent
ff9f0f7a5c
commit
c659592773
7 changed files with 27 additions and 17 deletions
|
@ -1,11 +1,12 @@
|
|||
|
||||
#pragma once
|
||||
#include <zeek/Flare.h>
|
||||
#include <zeek/plugin/Plugin.h>
|
||||
#include <string>
|
||||
#include <string_view>
|
||||
|
||||
#include "zeek/Flare.h"
|
||||
#include "zeek/RunState.h"
|
||||
#include "zeek/iosource/Manager.h"
|
||||
#include "zeek/plugin/Plugin.h"
|
||||
|
||||
namespace btest::plugin::Demo_Iosource {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue