mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 10:08:20 +00:00
Val: eliminate the "CompHash.h" include
This commit is contained in:
parent
4aac78cf29
commit
728184ea93
4 changed files with 10 additions and 3 deletions
|
@ -3,7 +3,6 @@
|
|||
#pragma once
|
||||
|
||||
#include "Type.h"
|
||||
#include "CompHash.h"
|
||||
#include "BroString.h"
|
||||
#include "Timer.h"
|
||||
#include "Notifier.h"
|
||||
|
@ -698,6 +697,7 @@ protected:
|
|||
};
|
||||
|
||||
class CompositeHash;
|
||||
class HashKey;
|
||||
class Frame;
|
||||
|
||||
class TableVal : public Val, public notifier::Modifiable {
|
||||
|
@ -814,8 +814,7 @@ public:
|
|||
timer = 0;
|
||||
}
|
||||
|
||||
HashKey* ComputeHash(const Val* index) const
|
||||
{ return table_hash->ComputeHash(index, 1); }
|
||||
HashKey* ComputeHash(const Val* index) const;
|
||||
|
||||
notifier::Modifiable* Modifiable() override { return this; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue