mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
fix #include's that lack zeek/ prefixes
This commit is contained in:
parent
6aab151d97
commit
526ba54f15
3 changed files with 11 additions and 11 deletions
|
@ -1,7 +1,7 @@
|
||||||
// See the file "COPYING" in the main distribution directory for copyright.
|
// See the file "COPYING" in the main distribution directory for copyright.
|
||||||
|
|
||||||
#include "DefItem.h"
|
#include "zeek/Expr.h"
|
||||||
#include "Expr.h"
|
#include "zeek/script_opt/DefItem.h"
|
||||||
|
|
||||||
|
|
||||||
namespace zeek::detail {
|
namespace zeek::detail {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
// See the file "COPYING" in the main distribution directory for copyright.
|
// See the file "COPYING" in the main distribution directory for copyright.
|
||||||
|
|
||||||
#include "zeek/script_opt/ReachingDefs.h"
|
#include "zeek/script_opt/ReachingDefs.h"
|
||||||
#include "Desc.h"
|
#include "zeek/Desc.h"
|
||||||
|
|
||||||
|
|
||||||
namespace zeek::detail {
|
namespace zeek::detail {
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
// See the file "COPYING" in the main distribution directory for copyright.
|
// See the file "COPYING" in the main distribution directory for copyright.
|
||||||
|
|
||||||
#include "ID.h"
|
#include "zeek/ID.h"
|
||||||
#include "Var.h"
|
#include "zeek/Var.h"
|
||||||
#include "Scope.h"
|
#include "zeek/Scope.h"
|
||||||
#include "Expr.h"
|
#include "zeek/Expr.h"
|
||||||
#include "Stmt.h"
|
#include "zeek/Stmt.h"
|
||||||
#include "Desc.h"
|
#include "zeek/Desc.h"
|
||||||
#include "ProfileFunc.h"
|
#include "zeek/Reporter.h"
|
||||||
#include "Reporter.h"
|
#include "zeek/script_opt/ProfileFunc.h"
|
||||||
#include "zeek/script_opt/Reduce.h"
|
#include "zeek/script_opt/Reduce.h"
|
||||||
#include "zeek/script_opt/TempVar.h"
|
#include "zeek/script_opt/TempVar.h"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue