diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2017-12-05 23:18:37 +0100 |
---|---|---|
committer | Lubomir I. Ivanov <neolit123@gmail.com> | 2017-12-06 02:23:47 +0100 |
commit | 0964d1a9b0d39c403adc50ad29aec5e263cc7466 (patch) | |
tree | 3b3643f890fd2a28cd084f2e447a700374a250da /core/checkcloudconnection.h | |
parent | d4cd4a96eae4a970c161c8b99c9f1cf9e02d9fbf (diff) | |
download | subsurface-0964d1a9b0d39c403adc50ad29aec5e263cc7466.tar.gz |
Remove self-include of core/checkcloudconnection.h
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'core/checkcloudconnection.h')
-rw-r--r-- | core/checkcloudconnection.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/checkcloudconnection.h b/core/checkcloudconnection.h index 8d1bc241b..69f8a2964 100644 --- a/core/checkcloudconnection.h +++ b/core/checkcloudconnection.h @@ -6,8 +6,6 @@ #include <QNetworkReply> #include <QSsl> -#include "checkcloudconnection.h" - class CheckCloudConnection : public QObject { Q_OBJECT public: |