Remove unnecessary #includes in base files in repo

This commit is contained in:
Tim Wojtulewicz 2025-05-06 16:48:49 -07:00
parent 224be5a951
commit 896e41c794
80 changed files with 33 additions and 159 deletions

View file

@ -2,8 +2,6 @@
#include "zeek/Var.h"
#include "zeek/zeek-config.h"
#include <memory>
#include "zeek/Desc.h"
@ -18,7 +16,6 @@
#include "zeek/Stmt.h"
#include "zeek/Traverse.h"
#include "zeek/Val.h"
#include "zeek/module_util.h"
#include "zeek/script_opt/IDOptInfo.h"
#include "zeek/script_opt/ScriptOpt.h"
#include "zeek/script_opt/StmtOptInfo.h"