Val: eliminate the "Scope.h" include

This commit is contained in:
Max Kellermann 2020-02-11 10:26:56 +01:00
parent 20eb0e15c7
commit dfac4572e7
8 changed files with 12 additions and 5 deletions

View file

@ -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