fix #include's that lack zeek/ prefixes

This commit is contained in:
Vern Paxson 2021-02-27 17:00:37 -08:00
parent 0f10c46f42
commit 679ee6ce22
3 changed files with 11 additions and 11 deletions

View file

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