flow/queue: remove circular dependency

flow-queue.h included flow.h, but was also included by it.
pull/12565/head
Victor Julien 2 weeks ago
parent f81e8f02c1
commit b285e433ef

@ -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

Loading…
Cancel
Save