mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 10:08:20 +00:00
Val: eliminate the "Scope.h" include
This commit is contained in:
parent
20eb0e15c7
commit
dfac4572e7
8 changed files with 12 additions and 5 deletions
|
@ -7,7 +7,6 @@
|
|||
#include "CompHash.h"
|
||||
#include "BroString.h"
|
||||
#include "Timer.h"
|
||||
#include "Scope.h"
|
||||
#include "Notifier.h"
|
||||
#include "RE.h"
|
||||
#include "net_util.h"
|
||||
|
@ -286,10 +285,7 @@ public:
|
|||
#ifdef DEBUG
|
||||
// For debugging, we keep a reference to the global ID to which a
|
||||
// value has been bound *last*.
|
||||
ID* GetID() const
|
||||
{
|
||||
return bound_id ? global_scope()->Lookup(bound_id) : 0;
|
||||
}
|
||||
ID* GetID() const;
|
||||
|
||||
void SetID(ID* id);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue