From: Victor Julien Date: Tue, 11 Feb 2025 18:18:41 +0000 (+0100) Subject: flow/queue: remove circular dependency X-Git-Tag: suricata-8.0.0-beta1~454 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b285e433effbf405b9674474c883f0e5424b24c3;p=thirdparty%2Fsuricata.git flow/queue: remove circular dependency flow-queue.h included flow.h, but was also included by it. --- diff --git a/src/flow-queue.h b/src/flow-queue.h index 2d26869d65..5ee51b92b2 100644 --- a/src/flow-queue.h +++ b/src/flow-queue.h @@ -25,7 +25,6 @@ #define SURICATA_FLOW_QUEUE_H #include "suricata-common.h" -#include "flow.h" /** Spinlocks or Mutex for the flow queues. */ //#define FQLOCK_SPIN