From: Victor Julien Date: Wed, 19 Jun 2019 15:03:28 +0000 (+0200) Subject: profiling: fix undefined profiling code use X-Git-Tag: suricata-5.0.0-rc1~242 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba5679de0f25a21ad5f61723cd93f4e63aff428c;p=thirdparty%2Fsuricata.git profiling: fix undefined profiling code use --- diff --git a/src/detect-engine.c b/src/detect-engine.c index 6172341c9f..c749567309 100644 --- a/src/detect-engine.c +++ b/src/detect-engine.c @@ -74,14 +74,11 @@ #include "util-spm.h" #include "util-device.h" #include "util-var-name.h" +#include "util-profiling.h" #include "tm-threads.h" #include "runmodes.h" -#ifdef PROFILING -#include "util-profiling.h" -#endif - #include "reputation.h" #define DETECT_ENGINE_DEFAULT_INSPECTION_RECURSION_LIMIT 3000