mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 21:18:20 +00:00
Use quotes instead of <> for zeek includes
This commit is contained in:
parent
499db5dd70
commit
648f0f0623
28 changed files with 59 additions and 50 deletions
|
@ -1,11 +1,12 @@
|
|||
|
||||
#include "Plugin.h"
|
||||
|
||||
#include <zeek/Desc.h>
|
||||
#include <zeek/cluster/Backend.h>
|
||||
#include <cstdio>
|
||||
#include <string>
|
||||
|
||||
#include "zeek/Desc.h"
|
||||
#include "zeek/cluster/Backend.h"
|
||||
|
||||
namespace btest::plugin::Demo_PublishEvent {
|
||||
Plugin plugin;
|
||||
}
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
#pragma once
|
||||
|
||||
#include <zeek/plugin/Plugin.h>
|
||||
#include <string>
|
||||
|
||||
#include "zeek/plugin/Plugin.h"
|
||||
|
||||
namespace btest::plugin::Demo_PublishEvent {
|
||||
|
||||
class Plugin : public zeek::plugin::Plugin {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue