Rename BroList.h to ZeekList.h

This commit is contained in:
Tim Wojtulewicz 2020-08-07 09:57:06 -07:00
parent db36688bf0
commit 106a92a9a8
16 changed files with 46 additions and 45 deletions

View file

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