mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 10:38:20 +00:00
Remove using util.h in various headers in favor of util-types.h
This commit is contained in:
parent
9928403b0b
commit
f8c04998af
14 changed files with 22 additions and 16 deletions
|
@ -22,7 +22,7 @@
|
|||
#include <unistd.h>
|
||||
#include <cstdlib>
|
||||
|
||||
#include "zeek/util.h" // for zeek_int_t
|
||||
#include "zeek/util-types.h" // for zeek_int_t
|
||||
|
||||
// to allow md5_hmac_bif access to the hmac seed
|
||||
#include "zeek/ZeekArgs.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue