]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
Merge pull request #1662 in SNORT/snort3 from ~DERAMADA/snort3:fix_flow_stash_header...
authorMichael Altizer (mialtize) <mialtize@cisco.com>
Mon, 1 Jul 2019 19:53:12 +0000 (15:53 -0400)
committerMichael Altizer (mialtize) <mialtize@cisco.com>
Mon, 1 Jul 2019 19:53:12 +0000 (15:53 -0400)
Squashed commit of the following:

commit afb1391d7e42c5ffad9e74f34452ed2fe9a4585a
Author: deramada <deramada@cisco.com>
Date:   Mon Jul 1 14:26:30 2019 -0400

    appid: fix header order in appid_session

commit 12bd60e2cb543727d0a55ddb94d96415d262378a
Author: deramada <deramada@cisco.com>
Date:   Mon Jul 1 14:23:48 2019 -0400

    flow: remove config.h from flow_stash_keys

src/flow/flow_stash_keys.h
src/network_inspectors/appid/appid_session.h

index 39057eb7ecec8f46ea44c54e8f05d426700714c4..ccdde5689189df3ed58ec77b2749e1c896784375 100644 (file)
 
 // flow_stash_keys.h author Deepak Ramadass <deramada@cisco.com>
 
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
-
 #ifndef FLOW_STASH_KEYS_H
 #define FLOW_STASH_KEYS_H
 
index 3bc3cf1b719c2cc8d52e0269f60c9e9407c17ac0..3d0c47d052c9bd702355b7a668bc4acefeedc737 100644 (file)
@@ -26,9 +26,9 @@
 #include <string>
 #include <unordered_map>
 
-#include "pub_sub/appid_events.h"
 #include "flow/flow.h"
 #include "flow/flow_stash_keys.h"
+#include "pub_sub/appid_events.h"
 
 #include "app_info_table.h"
 #include "appid_api.h"