mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
RuleMatcher: Move plugin/Manager.h include from .h to .cc
This commit is contained in:
parent
c380ee68ca
commit
a02ae82778
2 changed files with 1 additions and 3 deletions
|
@ -1,8 +1,6 @@
|
|||
|
||||
#include "zeek/RuleMatcher.h"
|
||||
|
||||
#include "zeek/zeek-config.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <functional>
|
||||
|
||||
|
@ -24,6 +22,7 @@
|
|||
#include "zeek/ZeekString.h"
|
||||
#include "zeek/analyzer/Analyzer.h"
|
||||
#include "zeek/module_util.h"
|
||||
#include "zeek/plugin/Manager.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
#include "zeek/Rule.h"
|
||||
#include "zeek/ScannedFile.h"
|
||||
#include "zeek/ZeekString.h"
|
||||
#include "zeek/plugin/Manager.h"
|
||||
|
||||
// #define MATCHER_PRINT_STATS
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue