mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 09:08:20 +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
|
@ -4,6 +4,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
#include <deque>
|
||||
#include <map>
|
||||
#include <string>
|
||||
|
@ -11,7 +12,10 @@
|
|||
|
||||
#include "zeek/Obj.h"
|
||||
#include "zeek/StmtEnums.h"
|
||||
#include "zeek/util.h"
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#include <unistd.h> // Needed to ignore __attribute__((format(printf))) on MSVC
|
||||
#endif
|
||||
|
||||
namespace zeek {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue