mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 00:58:19 +00:00
fix #include's that lack zeek/ prefixes
This commit is contained in:
parent
0f10c46f42
commit
679ee6ce22
3 changed files with 11 additions and 11 deletions
|
@ -1,7 +1,7 @@
|
|||
// See the file "COPYING" in the main distribution directory for copyright.
|
||||
|
||||
#include "DefItem.h"
|
||||
#include "Expr.h"
|
||||
#include "zeek/Expr.h"
|
||||
#include "zeek/script_opt/DefItem.h"
|
||||
|
||||
|
||||
namespace zeek::detail {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue