mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 20:18:20 +00:00
Rename BroList.h to ZeekList.h
This commit is contained in:
parent
db36688bf0
commit
106a92a9a8
16 changed files with 46 additions and 45 deletions
|
@ -78,15 +78,17 @@
|
|||
#include <string.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include <set>
|
||||
#include <string>
|
||||
|
||||
#include "input.h"
|
||||
#include "BroList.h"
|
||||
#include "ZeekList.h"
|
||||
#include "Desc.h"
|
||||
#include "Expr.h"
|
||||
#include "Func.h"
|
||||
#include "Stmt.h"
|
||||
#include "Val.h"
|
||||
#include "Var.h"
|
||||
/* #include "analyzer/protocol/dns/DNS.h" */
|
||||
#include "RE.h"
|
||||
#include "Scope.h"
|
||||
#include "Reporter.h"
|
||||
|
@ -95,9 +97,6 @@
|
|||
#include "module_util.h"
|
||||
#include "IntrusivePtr.h"
|
||||
|
||||
#include <set>
|
||||
#include <string>
|
||||
|
||||
extern const char* filename; // Absolute path of file currently being parsed.
|
||||
extern const char* last_filename; // Absolute path of last file parsed.
|
||||
extern const char* last_tok_filename;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue