mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 17:48:21 +00:00
Remove unnecessary #includes in base files in repo
This commit is contained in:
parent
224be5a951
commit
896e41c794
80 changed files with 33 additions and 159 deletions
|
@ -2,12 +2,13 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <zeek/Obj.h>
|
||||
#include <list>
|
||||
#include <optional>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "zeek/Obj.h"
|
||||
|
||||
namespace zeek::detail {
|
||||
|
||||
// Script file we have already scanned (or are in the process of scanning).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue