From 6bccd5aa30c03debc92c1e910d5f0dd1c6a9cc58 Mon Sep 17 00:00:00 2001 From: Jeff Lucovsky Date: Sun, 11 Sep 2022 09:50:20 -0400 Subject: [PATCH] detect/uri: Remove unnecessary include This commit removes an unnecessary #include for detect-uricontent.h --- src/detect-http-uri.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/detect-http-uri.c b/src/detect-http-uri.c index fb6895e6eb..3f60b1837c 100644 --- a/src/detect-http-uri.c +++ b/src/detect-http-uri.c @@ -54,7 +54,6 @@ #include "app-layer-htp.h" #include "detect-http-uri.h" -#include "detect-uricontent.h" #include "stream-tcp.h" #ifdef UNITTESTS