mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 23:58:20 +00:00
Val: eliminate the "RE.h" include
This commit is contained in:
parent
e98cf0a4a0
commit
c78fa4bcf9
4 changed files with 5 additions and 1 deletions
|
@ -6,6 +6,7 @@
|
|||
#include "BroString.h"
|
||||
#include "Dict.h"
|
||||
#include "Val.h"
|
||||
#include "RE.h"
|
||||
#include "Reporter.h"
|
||||
#include "Func.h"
|
||||
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#include "Type.h"
|
||||
#include "Timer.h"
|
||||
#include "Notifier.h"
|
||||
#include "RE.h"
|
||||
#include "net_util.h"
|
||||
|
||||
#include <vector>
|
||||
|
@ -60,6 +59,8 @@ class VectorVal;
|
|||
|
||||
class TableEntryVal;
|
||||
|
||||
class RE_Matcher;
|
||||
|
||||
typedef union {
|
||||
// Used for bool, int, enum.
|
||||
bro_int_t int_val;
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
#include "File.h"
|
||||
#include "Desc.h"
|
||||
#include "IntrusivePtr.h"
|
||||
#include "RE.h"
|
||||
#include "Scope.h"
|
||||
#include "module_util.h"
|
||||
#include "3rdparty/doctest.h"
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
#include "iosource/Manager.h"
|
||||
#include "BroString.h"
|
||||
#include "Dict.h"
|
||||
#include "RE.h"
|
||||
#include "Reporter.h"
|
||||
#include "Scope.h"
|
||||
#include "DebugLogger.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue