summaryrefslogtreecommitdiff
path: root/src/components/include/test/connection_handler/mock_connection_handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/include/test/connection_handler/mock_connection_handler.h')
-rw-r--r--src/components/include/test/connection_handler/mock_connection_handler.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/components/include/test/connection_handler/mock_connection_handler.h b/src/components/include/test/connection_handler/mock_connection_handler.h
index 8cc439c78a..41c2f04ebb 100644
--- a/src/components/include/test/connection_handler/mock_connection_handler.h
+++ b/src/components/include/test/connection_handler/mock_connection_handler.h
@@ -33,23 +33,23 @@
#ifndef SRC_COMPONENTS_INCLUDE_TEST_CONNECTION_HANDLER_MOCK_CONNECTION_HANDLER_H_
#define SRC_COMPONENTS_INCLUDE_TEST_CONNECTION_HANDLER_MOCK_CONNECTION_HANDLER_H_
-#include <string>
#include <list>
+#include <string>
#include <vector>
-#include "gmock/gmock.h"
#include "connection_handler/connection_handler.h"
#include "connection_handler/connection_handler_observer.h"
-#include "connection_handler/devices_discovery_starter.h"
#include "connection_handler/connection_handler_settings.h"
+#include "connection_handler/devices_discovery_starter.h"
+#include "gmock/gmock.h"
namespace test {
namespace components {
namespace connection_handler_test {
+using connection_handler::CloseSessionReason;
using connection_handler::ConnectionHandle;
using connection_handler::DeviceHandle;
-using connection_handler::CloseSessionReason;
using connection_handler::DevicesDiscoveryStarter;
using connection_handler::SessionTransports;