aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/android/androidsdkpackage.h
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/androidsdkpackage.h
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/androidsdkpackage.h')
-rw-r--r--src/plugins/android/androidsdkpackage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/android/androidsdkpackage.h b/src/plugins/android/androidsdkpackage.h
index 09415bd19a6..beca0472ddb 100644
--- a/src/plugins/android/androidsdkpackage.h
+++ b/src/plugins/android/androidsdkpackage.h
@@ -22,7 +22,7 @@
** be met: https://www.gnu.org/licenses/gpl-3.0.html.
**
****************************************************************************/
-#include "utils/fileutils.h"
+#include <utils/fileutils.h>
#include <QList>
#include <QObject>