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

@ -7,13 +7,13 @@
#ifdef DEBUG
#include "zeek/zeek-config.h"
#include <cstdio>
#include <set>
#include <string>
#include "zeek/util.h"
#ifdef _MSC_VER
#include <unistd.h> // Needed to ignore __attribute__((format(printf))) on MSVC
#endif
#define DBG_LOG(stream, ...) \
if ( ::zeek::detail::debug_logger.IsEnabled(stream) ) \