diff options
author | hjk <hjk@qt.io> | 2017-12-18 17:58:03 +0100 |
---|---|---|
committer | hjk <hjk@qt.io> | 2017-12-19 09:17:11 +0000 |
commit | 7f7aa6034deafdfb9610f090a465b78bcc860e8d (patch) | |
tree | ae47a2a72328b74aaf30f1963c1596fb31eeb09b /src/plugins/remotelinux/linuxdevice.h | |
parent | 280b7e2109f0f20de891f83defca25c8c048f370 (diff) | |
download | qt-creator-7f7aa6034deafdfb9610f090a465b78bcc860e8d.tar.gz |
RemoteLinux: Remove unneeded declarations
Change-Id: Idaf2ef617090f6da5298b13f17af2db1ec0a89cb
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/plugins/remotelinux/linuxdevice.h')
-rw-r--r-- | src/plugins/remotelinux/linuxdevice.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/remotelinux/linuxdevice.h b/src/plugins/remotelinux/linuxdevice.h index 6a50ee5190..56c58748e8 100644 --- a/src/plugins/remotelinux/linuxdevice.h +++ b/src/plugins/remotelinux/linuxdevice.h @@ -31,9 +31,6 @@ #include <QCoreApplication> -namespace QSsh { class SshConnectionParameters; } -namespace Utils { class PortList; } - namespace RemoteLinux { namespace Internal { class LinuxDevicePrivate; } |