Remove unnecessary #includes in script_opt

This commit is contained in:
Tim Wojtulewicz 2025-04-24 12:52:06 -07:00
parent 0e47fa10c6
commit 12356a6393
24 changed files with 20 additions and 28 deletions

View file

@ -1,8 +1,6 @@
// See the file "COPYING" in the main distribution directory for copyright.
#include "zeek/RE.h"
#include "zeek/script_opt/CPP/Compile.h"
#include "zeek/script_opt/ProfileFunc.h"
namespace zeek::detail {