summaryrefslogtreecommitdiffstats
path: root/cli-downloader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cli-downloader.cpp')
-rw-r--r--cli-downloader.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/cli-downloader.cpp b/cli-downloader.cpp
index 34f8790e9..894ebfa2a 100644
--- a/cli-downloader.cpp
+++ b/cli-downloader.cpp
@@ -1,10 +1,6 @@
// SPDX-License-Identifier: GPL-2.0
#include "qt-models/diveimportedmodel.h"
-#include <QObject>
-#include <QUndoStack>
-
-
void cliDownloader(const char *vendor, const char *product, const char *device)
{
DiveImportedModel *diveImportedModel = new DiveImportedModel();