From 07e6d71398e213ae7762bc1eb948cd8d62252925 Mon Sep 17 00:00:00 2001 From: "Sergey Levchenko (GitHub)" Date: Tue, 8 Nov 2016 15:42:18 +0200 Subject: Remove redundant aliases to smart_objects namespace Related to: APPLINK-29754 --- .../include/application_manager/commands/hmi/request_from_hmi.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/components/application_manager/include/application_manager/commands/hmi/request_from_hmi.h') diff --git a/src/components/application_manager/include/application_manager/commands/hmi/request_from_hmi.h b/src/components/application_manager/include/application_manager/commands/hmi/request_from_hmi.h index c435c41c47..0f3b8bf1e4 100644 --- a/src/components/application_manager/include/application_manager/commands/hmi/request_from_hmi.h +++ b/src/components/application_manager/include/application_manager/commands/hmi/request_from_hmi.h @@ -35,12 +35,7 @@ #include "application_manager/commands/command_impl.h" #include "interfaces/HMI_API.h" - -namespace NsSmartDeviceLink { -namespace NsSmartObjects { -class SmartObject; -} -} +#include "smart_objects/smart_object.h" namespace application_manager { -- cgit v1.2.1