diff --git a/src/decode.h b/src/decode.h index a120e7836e..73f6547295 100644 --- a/src/decode.h +++ b/src/decode.h @@ -50,7 +50,6 @@ #include "decode-sctp.h" #include "decode-raw.h" #include "decode-vlan.h" -#include "util-profiling.h" #include "detect-reference.h" diff --git a/src/flow-timeout.c b/src/flow-timeout.c index b715604664..6caabce4c5 100644 --- a/src/flow-timeout.c +++ b/src/flow-timeout.c @@ -58,6 +58,8 @@ #include "app-layer-parser.h" +#include "util-profiling.h" + static TmSlot *stream_pseudo_pkt_stream_tm_slot = NULL; static ThreadVars *stream_pseudo_pkt_stream_TV = NULL;