summaryrefslogtreecommitdiff
path: root/src/components/telemetry_monitor/include/telemetry_monitor/application_manager_observer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/telemetry_monitor/include/telemetry_monitor/application_manager_observer.h')
-rw-r--r--src/components/telemetry_monitor/include/telemetry_monitor/application_manager_observer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/telemetry_monitor/include/telemetry_monitor/application_manager_observer.h b/src/components/telemetry_monitor/include/telemetry_monitor/application_manager_observer.h
index 31a3ceea12..826bc66c7f 100644
--- a/src/components/telemetry_monitor/include/telemetry_monitor/application_manager_observer.h
+++ b/src/components/telemetry_monitor/include/telemetry_monitor/application_manager_observer.h
@@ -33,9 +33,9 @@
#ifndef SRC_COMPONENTS_TELEMETRY_MONITOR_INCLUDE_TELEMETRY_MONITOR_APPLICATION_MANAGER_OBSERVER_H_
#define SRC_COMPONENTS_TELEMETRY_MONITOR_INCLUDE_TELEMETRY_MONITOR_APPLICATION_MANAGER_OBSERVER_H_
-#include "utils/message_queue.h"
#include "application_manager/telemetry_observer.h"
#include "telemetry_monitor/application_manager_metric_wrapper.h"
+#include "utils/message_queue.h"
namespace telemetry_monitor {
@@ -50,5 +50,5 @@ class ApplicationManagerObserver
private:
TelemetryMonitor* telemetry_monitor_;
};
-}
+} // namespace telemetry_monitor
#endif // SRC_COMPONENTS_TELEMETRY_MONITOR_INCLUDE_TELEMETRY_MONITOR_APPLICATION_MANAGER_OBSERVER_H_