mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Fix clang-tidy bugprone-forward-declaration-namespace warnings in headers
This commit is contained in:
parent
b27eba6533
commit
3b7122aadb
1 changed files with 0 additions and 3 deletions
|
@ -27,9 +27,6 @@ class RecordVal;
|
|||
using ValPtr = IntrusivePtr<Val>;
|
||||
using RecordValPtr = IntrusivePtr<RecordVal>;
|
||||
|
||||
namespace session {
|
||||
class Manager;
|
||||
}
|
||||
namespace detail {
|
||||
|
||||
class Specific_RE_Matcher;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue