downloadfromdivecomputer.h: remove a forward declaration

The forward declaration of 'struct device_data_t' is not
needed as it already comes from '../libdivecomputer.h'.

Reported by the program cppcheck.

Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Lubomir I. Ivanov 2013-12-11 15:26:50 +02:00 committed by Dirk Hohndel
parent fe882ea58e
commit 819bd109e5

View file

@ -8,8 +8,6 @@
#include "../libdivecomputer.h"
#include "ui_downloadfromdivecomputer.h"
struct device_data_t;
class DownloadThread : public QThread{
Q_OBJECT
public: