script_opt/ZAM: ZBody.h / Support.h: Cleanup includes, use forward declarations

Not sure the IsAny() convenience functions were really worth the
include zeek/Expr.h.
This commit is contained in:
Arne Welzel 2024-08-30 13:51:20 +02:00
parent 29536d6453
commit d843eb5c2b
3 changed files with 15 additions and 6 deletions

View file

@ -4,9 +4,9 @@
#pragma once
#include <vector>
#include "zeek/script_opt/ZAM/IterInfo.h"
#include "zeek/script_opt/ZAM/Profile.h"
#include "zeek/script_opt/ZAM/Support.h"
namespace zeek::detail {