mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Modernize plugin test.
Not using the `zeek/` include style could lead to path problems.
This commit is contained in:
parent
fe8c2c69b5
commit
d8f7329227
2 changed files with 7 additions and 7 deletions
|
@ -1,11 +1,11 @@
|
|||
#include "Plugin.h"
|
||||
|
||||
#include <Conn.h>
|
||||
#include <Desc.h>
|
||||
#include <Event.h>
|
||||
#include <Func.h>
|
||||
#include <RunState.h>
|
||||
#include <threading/Formatter.h>
|
||||
#include <zeek/Conn.h>
|
||||
#include <zeek/Desc.h>
|
||||
#include <zeek/Event.h>
|
||||
#include <zeek/Func.h>
|
||||
#include <zeek/RunState.h>
|
||||
#include <zeek/threading/Formatter.h>
|
||||
#include <cstring>
|
||||
#include <set>
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <plugin/Plugin.h>
|
||||
#include <zeek/plugin/Plugin.h>
|
||||
|
||||
namespace btest::plugin::Demo_Hooks
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue