From 351be29f7e14ba89137199cc0eb83c41bd10b019 Mon Sep 17 00:00:00 2001 From: Jagadeesh Ujja Date: Tue, 7 Apr 2020 23:33:19 +0530 Subject: dbg: Fix the compile error when DEBUGGER flag set This patch fixes the compile error seen when DEBUGGER flag is set Change-Id: Ie9395eabf7b849cb43c2245cea3698bf916b915d Signed-off-by: Jagadeeesh Ujja --- debugger/include/cli.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'debugger/include') diff --git a/debugger/include/cli.h b/debugger/include/cli.h index a62d5d6f..ef34d323 100644 --- a/debugger/include/cli.h +++ b/debugger/include/cli.h @@ -12,12 +12,12 @@ /* Include Files */ /*****************************************************************************/ -#include "cli_config.h" -#include "cli_fifo.h" - #include #include +#include "cli_config.h" +#include "cli_fifo.h" + /*****************************************************************************/ /* Enumerated Types */ /*****************************************************************************/ -- cgit v1.2.3