Remove using util.h in various headers in favor of util-types.h

This commit is contained in:
Tim Wojtulewicz 2025-06-06 15:33:47 -07:00
parent 9928403b0b
commit f8c04998af
14 changed files with 22 additions and 16 deletions

View file

@ -9,7 +9,7 @@
#include "zeek/IntrusivePtr.h"
#include "zeek/ZeekString.h" // for byte_vec
#include "zeek/util.h" // for zeek_int_t
#include "zeek/util-types.h"
namespace zeek {