flow: include cleanup

Include flow-bindgen.h into flow.h and use flow.h in our source.
flow-bindgen.h exists for the purposes of bindgen only.
pull/16053/head
Jason Ish 3 months ago committed by Victor Julien
parent c0de5bca46
commit 358b0b621b

@ -29,7 +29,6 @@
#include "decode.h"
#include "packet.h"
#include "flow.h"
#include "flow-bindgen.h"
#include "stream-tcp.h"
#include "app-layer.h"
#include "app-layer-parser.h"

@ -36,7 +36,6 @@
#include "util-time.h"
#include "flow.h"
#include "flow-bindgen.h"
#include "flow-queue.h"
#include "flow-hash.h"
#include "flow-util.h"

@ -35,6 +35,7 @@ typedef struct SCFlowStorageId SCFlowStorageId;
#include "util-optimize.h"
#include "util-validate.h"
#include "app-layer-protos.h"
#include "flow-bindgen.h"
/* Part of the flow structure, so we declare it here.
* The actual declaration is in app-layer-parser.c */

@ -28,7 +28,6 @@
#include "packet.h"
#include "detect.h"
#include "flow.h"
#include "flow-bindgen.h"
#include "conf.h"
#include "stream.h"

@ -51,7 +51,7 @@
#include "output-json.h"
#include "output-json-email-common.h"
#include "flow-bindgen.h"
#include "flow.h"
#define LOG_EMAIL_DEFAULT 0
#define LOG_EMAIL_EXTENDED (1<<0)

@ -66,7 +66,7 @@
#include "app-layer-htp-xff.h"
#include "util-memcmp.h"
#include "stream-tcp-reassemble.h"
#include "flow-bindgen.h"
#include "flow.h"
typedef struct OutputFileCtx_ {
uint32_t file_cnt;

Loading…
Cancel
Save