fix #include's that lack zeek/ prefixes

This commit is contained in:
Vern Paxson 2021-02-27 17:00:37 -08:00
parent 6aab151d97
commit 526ba54f15
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 "zeek/script_opt/ReachingDefs.h"
#include "Desc.h"
#include "zeek/Desc.h"
namespace zeek::detail {