From a2e7dd82c40ce2743e0e084fc969654c2ef6a79f Mon Sep 17 00:00:00 2001 From: Vern Paxson Date: Wed, 24 Mar 2021 15:15:19 -0700 Subject: [PATCH] removal of vestigial #include's (breaking an include loop in the process) --- src/ZVal.cc | 1 - src/ZVal.h | 5 ----- 2 files changed, 6 deletions(-) diff --git a/src/ZVal.cc b/src/ZVal.cc index a5dfea8a7e..119d8c3f2e 100644 --- a/src/ZVal.cc +++ b/src/ZVal.cc @@ -5,7 +5,6 @@ #include "zeek/Func.h" #include "zeek/OpaqueVal.h" #include "zeek/Reporter.h" -#include "zeek/Desc.h" using namespace zeek; diff --git a/src/ZVal.h b/src/ZVal.h index 7cfb228047..1e1af6e900 100644 --- a/src/ZVal.h +++ b/src/ZVal.h @@ -6,11 +6,6 @@ #include "zeek/zeek-config.h" -#include - -#include "zeek/Dict.h" -#include "zeek/Expr.h" - namespace zeek { class StringVal;