From: Victor Julien Date: Thu, 28 Jul 2022 06:20:55 +0000 (+0200) Subject: detect/cip: cleanup includes X-Git-Tag: suricata-7.0.0-beta1~364 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f8ca41eb3efef04cb4f65f4563a426a709bc06b;p=thirdparty%2Fsuricata.git detect/cip: cleanup includes --- diff --git a/src/detect-cipservice.c b/src/detect-cipservice.c index 1841bfc06b..13fe460806 100644 --- a/src/detect-cipservice.c +++ b/src/detect-cipservice.c @@ -29,6 +29,7 @@ #include "detect-engine.h" #include "util-byte.h" +#include "app-layer-enip-common.h" #include "detect-cipservice.h" #include "detect-engine-enip.h" diff --git a/src/detect-cipservice.h b/src/detect-cipservice.h index 0f98b6ba55..6a9c500cc9 100644 --- a/src/detect-cipservice.h +++ b/src/detect-cipservice.h @@ -24,8 +24,6 @@ #ifndef _DETECT_CIPSERVICE_H #define _DETECT_CIPSERVICE_H -#include "app-layer-enip-common.h" - /** * CIP Service rule data structure */ diff --git a/src/detect-engine-enip.c b/src/detect-engine-enip.c index 5e5ccaf1ed..245b68cfb3 100644 --- a/src/detect-engine-enip.c +++ b/src/detect-engine-enip.c @@ -25,6 +25,7 @@ #include "suricata-common.h" #include "app-layer.h" +#include "app-layer-enip-common.h" #include "detect.h" #include "detect-cipservice.h"