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