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

@ -4,9 +4,10 @@
#pragma once
#include <optional>
#include <regex>
#include <string>
#include <unordered_set>
#include <vector>
#include "zeek/Expr.h"
#include "zeek/Func.h"