From 5cc872fa1a328a38939f72f0f21b4e9a46900dee Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Thu, 14 Dec 2023 12:32:59 -0600 Subject: [PATCH] rust.h: don't include util-file.h, not needed --- src/rust.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/rust.h b/src/rust.h index 12c90e67f30d..8ab174f9ec78 100644 --- a/src/rust.h +++ b/src/rust.h @@ -18,8 +18,6 @@ #ifndef __RUST_H__ #define __RUST_H__ -#include "util-file.h" - // hack for include orders cf SCSha256 typedef struct HttpRangeContainerBlock HttpRangeContainerBlock; #include "rust-context.h"