From: Jason Ish Date: Thu, 14 Dec 2023 18:32:59 +0000 (-0600) Subject: rust.h: don't include util-file.h, not needed X-Git-Tag: suricata-8.0.0-beta1~1898 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5cc872fa1a328a38939f72f0f21b4e9a46900dee;p=thirdparty%2Fsuricata.git rust.h: don't include util-file.h, not needed --- diff --git a/src/rust.h b/src/rust.h index 12c90e67f3..8ab174f9ec 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"