Remove ghc::filesystem submodule, switch to std::filesystem

This commit is contained in:
Tim Wojtulewicz 2025-07-10 15:26:32 -07:00
parent a843521e78
commit 770bc0491e
13 changed files with 38 additions and 69 deletions

View file

@ -2,6 +2,8 @@
#pragma once
#include <sys/stat.h>
#include "zeek/Val.h"
namespace zeek {