mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
file_analysis: include cleanup
This commit is contained in:
parent
653b3f43e0
commit
0cf5799ca6
16 changed files with 52 additions and 20 deletions
|
@ -4,14 +4,17 @@
|
|||
|
||||
#include <queue>
|
||||
|
||||
#include "Analyzer.h"
|
||||
#include "Dict.h"
|
||||
#include "CompHash.h"
|
||||
#include "Val.h"
|
||||
#include "Tag.h"
|
||||
|
||||
using std::queue;
|
||||
|
||||
class CompositeHash;
|
||||
class RecordVal;
|
||||
|
||||
namespace file_analysis {
|
||||
|
||||
class Analyzer;
|
||||
class File;
|
||||
|
||||
/**
|
||||
|
@ -173,7 +176,7 @@ private:
|
|||
: Modification(), a(arg_a), key(arg_key) {}
|
||||
~AddMod() override {}
|
||||
bool Perform(AnalyzerSet* set) override;
|
||||
void Abort() override { delete a; delete key; }
|
||||
void Abort() override;
|
||||
|
||||
protected:
|
||||
file_analysis::Analyzer* a;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue