aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/android/androidtoolmanager.cpp
diff options
context:
space:
mode:
authorChristian Kandeler <[email protected]>2019-01-08 16:05:57 +0100
committerOrgad Shaneh <[email protected]>2019-01-10 09:04:46 +0000
commitc6a6c12f052b05762b92775e1f19b546a3788d8e (patch)
tree7d565848e259ded0cc8b5a27296d78acbb732ae8 /src/plugins/android/androidtoolmanager.cpp
parent4c191572044d4483f09b3b8d0f76ef164bd8f225 (diff)
Canonicalize some includes
Our canonical style is #include <utils/fileutils.h> rather than #include "utils/fileutils.h" Which makes sense, as such headers will never be found in the local directory. Change-Id: I4ca46e90d6c4d19d4b1f235f4c79caad864ef222 Reviewed-by: hjk <[email protected]>
Diffstat (limited to 'src/plugins/android/androidtoolmanager.cpp')
-rw-r--r--src/plugins/android/androidtoolmanager.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/plugins/android/androidtoolmanager.cpp b/src/plugins/android/androidtoolmanager.cpp
index 0186444e990..b5471457724 100644
--- a/src/plugins/android/androidtoolmanager.cpp
+++ b/src/plugins/android/androidtoolmanager.cpp
@@ -26,11 +26,11 @@
#include "androidmanager.h"
-#include "utils/algorithm.h"
-#include "utils/environment.h"
-#include "utils/qtcassert.h"
-#include "utils/runextensions.h"
-#include "utils/synchronousprocess.h"
+#include <utils/algorithm.h>
+#include <utils/environment.h>
+#include <utils/qtcassert.h>
+#include <utils/runextensions.h>
+#include <utils/synchronousprocess.h>
#include <QLoggingCategory>