Remove including <cinttypes> from util.h

This commit is contained in:
Tim Wojtulewicz 2025-05-06 17:11:56 -07:00
parent 174bf09d77
commit e618d00326
17 changed files with 20 additions and 3 deletions

View file

@ -2,11 +2,10 @@
#include "zeek/Hash.h"
#include "zeek/zeek-config.h"
#include <highwayhash/highwayhash_target.h>
#include <highwayhash/instruction_sets.h>
#include <highwayhash/sip_hash.h>
#include <cinttypes>
#include "zeek/DebugLogger.h"
#include "zeek/Desc.h"