summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2013-09-20 15:15:54 +0200
committerhjk <hjk121@nokiamail.com>2013-09-20 16:11:42 +0200
commit71b66981ccb6c11447dc42988ffac6764e00d3f8 (patch)
tree62f0799c525167062ce388b873b5d60b76742443
parent8e0ecb566f783648d744aeff47043bf4e54348a5 (diff)
downloadqt-creator-71b66981ccb6c11447dc42988ffac6764e00d3f8.tar.gz
BareMetal: Fix build.
Change-Id: I8d509522f674777446767bc52e3827cc96ce8130 Reviewed-by: hjk <hjk121@nokiamail.com>
-rw-r--r--src/plugins/baremetal/baremetaldeploystepfactory.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/baremetal/baremetaldeploystepfactory.cpp b/src/plugins/baremetal/baremetaldeploystepfactory.cpp
index f3a77d4d05..65d6c33976 100644
--- a/src/plugins/baremetal/baremetaldeploystepfactory.cpp
+++ b/src/plugins/baremetal/baremetaldeploystepfactory.cpp
@@ -29,8 +29,8 @@
#include "baremetaldeploystepfactory.h"
-#include <baremetaldeployconfiguration.h>
-#include <baremetalgdbcommandsdeploystep.h>
+#include "baremetaldeployconfiguration.h"
+#include "baremetalgdbcommandsdeploystep.h"
#include <utils/qtcassert.h>