summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/app_launch/apps_launcher.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/application_manager/src/app_launch/apps_launcher.cc')
-rw-r--r--src/components/application_manager/src/app_launch/apps_launcher.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/application_manager/src/app_launch/apps_launcher.cc b/src/components/application_manager/src/app_launch/apps_launcher.cc
index f3851482c1..993a57364e 100644
--- a/src/components/application_manager/src/app_launch/apps_launcher.cc
+++ b/src/components/application_manager/src/app_launch/apps_launcher.cc
@@ -1,8 +1,8 @@
-#include <algorithm>
#include "application_manager/app_launch/apps_launcher.h"
+#include <algorithm>
-#include "utils/timer_task_impl.h"
#include <iostream>
+#include "utils/timer_task_impl.h"
namespace app_launch {
struct LauncherGenerator {