aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/android/androiddevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/android/androiddevice.h')
-rw-r--r--src/plugins/android/androiddevice.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/android/androiddevice.h b/src/plugins/android/androiddevice.h
index 8a8abe70ada..f25e26b80e5 100644
--- a/src/plugins/android/androiddevice.h
+++ b/src/plugins/android/androiddevice.h
@@ -33,11 +33,11 @@
#include <projectexplorer/devicesupport/idevice.h>
#include <projectexplorer/devicesupport/idevicefactory.h>
-#include <utils/qtcprocess.h>
-
#include <QFutureWatcher>
#include <QFileSystemWatcher>
+namespace Utils { class QtcProcess; }
+
namespace Android {
namespace Internal {