removal of vestigial #include's (breaking an include loop in the process)

This commit is contained in:
Vern Paxson 2021-03-24 15:15:19 -07:00
parent 3e07564fb9
commit a2e7dd82c4
2 changed files with 0 additions and 6 deletions

View file

@ -5,7 +5,6 @@
#include "zeek/Func.h"
#include "zeek/OpaqueVal.h"
#include "zeek/Reporter.h"
#include "zeek/Desc.h"
using namespace zeek;

View file

@ -6,11 +6,6 @@
#include "zeek/zeek-config.h"
#include <unordered_set>
#include "zeek/Dict.h"
#include "zeek/Expr.h"
namespace zeek {
class StringVal;