mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
binpac: Remove usage of ZEEK_FORWARD_DECLARE_NAMESPACED macro
This commit is contained in:
parent
b1101e6e16
commit
5d75f8ed6c
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
#include "binpac.h"
|
#include "binpac.h"
|
||||||
#include "zeek/RE.h"
|
#include "zeek/RE.h"
|
||||||
|
|
||||||
ZEEK_FORWARD_DECLARE_NAMESPACED(RE_Matcher, zeek);
|
namespace zeek { class RE_Matcher; }
|
||||||
|
|
||||||
namespace binpac
|
namespace binpac
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue