summaryrefslogtreecommitdiff
path: root/src/components/application_manager/test/message_helper/message_helper_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/application_manager/test/message_helper/message_helper_test.cc')
-rw-r--r--src/components/application_manager/test/message_helper/message_helper_test.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/application_manager/test/message_helper/message_helper_test.cc b/src/components/application_manager/test/message_helper/message_helper_test.cc
index d2dc8f3528..4b36647a11 100644
--- a/src/components/application_manager/test/message_helper/message_helper_test.cc
+++ b/src/components/application_manager/test/message_helper/message_helper_test.cc
@@ -37,7 +37,6 @@
#include "gmock/gmock.h"
#include "utils/macro.h"
-#include "application_manager/commands/command_impl.h"
#include "application_manager/event_engine/event_dispatcher.h"
#include "application_manager/mock_application.h"
#include "application_manager/mock_application_manager.h"
@@ -53,6 +52,7 @@
#include "utils/custom_string.h"
#include "utils/lock.h"
+#include "application_manager/commands/command_impl.h"
#include "policy/policy_table/types.h"
#include "rpc_base/rpc_base_json_inl.h"
@@ -650,7 +650,6 @@ class MessageHelperTest : public ::testing::Test {
const StringArray function_id_strings;
const StringArray events_id_strings;
const StringArray hmi_level_strings;
-
const size_t delta_from_functions_id;
};