From ba5679de0f25a21ad5f61723cd93f4e63aff428c Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Wed, 19 Jun 2019 17:03:28 +0200 Subject: [PATCH] profiling: fix undefined profiling code use --- src/detect-engine.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 -- 2.47.2