From: Jeff Lucovsky Date: Tue, 28 Jul 2020 12:16:12 +0000 (-0400) Subject: log: remove unused include files X-Git-Tag: suricata-6.0.0-beta1~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92e2e2ec8d8ca6db44326a2c5d8e5fd54553bf9b;p=thirdparty%2Fsuricata.git log: remove unused include files --- diff --git a/src/util-logopenfile.c b/src/util-logopenfile.c index 40eecbf2b8..93d998b813 100644 --- a/src/util-logopenfile.c +++ b/src/util-logopenfile.c @@ -25,11 +25,9 @@ */ #include "suricata-common.h" /* errno.h, string.h, etc. */ -#include "tm-modules.h" /* LogFileCtx */ #include "conf.h" /* ConfNode, etc. */ #include "output.h" /* DEFAULT_LOG_* */ #include "util-byte.h" -#include "util-path.h" #include "util-logopenfile.h" #if defined(HAVE_SYS_UN_H) && defined(HAVE_SYS_SOCKET_H) && defined(HAVE_SYS_TYPES_H) diff --git a/src/util-logopenfile.h b/src/util-logopenfile.h index 26f6d8c9c3..0e8bea78a1 100644 --- a/src/util-logopenfile.h +++ b/src/util-logopenfile.h @@ -25,7 +25,6 @@ #define __UTIL_LOGOPENFILE_H__ #include "conf.h" /* ConfNode */ -#include "tm-modules.h" /* LogFileCtx */ #include "util-buffer.h" #ifdef HAVE_LIBHIREDIS