From: Ed Borgoyn Date: Wed, 13 Apr 2016 13:26:39 +0000 (-0400) Subject: Remove ha.h as an include in flow.h as it caused a build error for 'extra' X-Git-Tag: 3.0.0-233~433^2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abfdac044f71dde01c4775329b1fd890e56e594b;p=thirdparty%2Fsnort3.git Remove ha.h as an include in flow.h as it caused a build error for 'extra' --- diff --git a/src/flow/flow.cc b/src/flow/flow.cc index 8297d61bf..3b68caae4 100644 --- a/src/flow/flow.cc +++ b/src/flow/flow.cc @@ -23,6 +23,7 @@ #include "config.h" #endif +#include "flow/ha.h" #include "flow/session.h" #include "ips_options/ips_flowbits.h" #include "utils/bitop.h" diff --git a/src/flow/flow.h b/src/flow/flow.h index 36e915692..aa96df38d 100644 --- a/src/flow/flow.h +++ b/src/flow/flow.h @@ -32,7 +32,7 @@ #include "utils/bitop.h" #include "sfip/sfip_t.h" #include "flow/flow_key.h" -#include "flow/ha.h" +//#include "flow/ha.h" #include "framework/inspector.h" #include "framework/codec.h"