Use quotes instead of <> for zeek includes

This commit is contained in:
Tim Wojtulewicz 2025-04-07 16:34:02 -07:00
parent 499db5dd70
commit 648f0f0623
28 changed files with 59 additions and 50 deletions

View file

@ -15,10 +15,10 @@
#pragma once
#include <zeek/Obj.h>
#include <unordered_map>
#include "zeek/IntrusivePtr.h"
#include "zeek/Obj.h"
namespace zeek::detail {