From: Jeff Lucovsky Date: Sun, 11 Sep 2022 13:50:20 +0000 (-0400) Subject: detect/uri: Remove unnecessary include X-Git-Tag: suricata-7.0.0-beta1~220 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bccd5aa30c03debc92c1e910d5f0dd1c6a9cc58;p=thirdparty%2Fsuricata.git detect/uri: Remove unnecessary include This commit removes an unnecessary #include for detect-uricontent.h --- 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