summaryrefslogtreecommitdiffstats
path: root/core/downloadfromdcthread.cpp
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2019-06-06 11:55:16 +0200
committerGravatar Lubomir I. Ivanov <neolit123@gmail.com>2019-06-06 14:52:42 +0300
commitcf3bb91ec030311716bfec60b9bdc4aeb7dd3f92 (patch)
treec90173ff81b6fe184fa5e2353f2bdf3650cda070 /core/downloadfromdcthread.cpp
parenteefd58a5c8f8b5f7d3f01e74c94e27de4c896cba (diff)
downloadsubsurface-cf3bb91ec030311716bfec60b9bdc4aeb7dd3f92.tar.gz
Cleanup: remove unnecessary include in downloadfromdcthread.cpp
No QRegularExpressions were used in that file. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'core/downloadfromdcthread.cpp')
-rw-r--r--core/downloadfromdcthread.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/downloadfromdcthread.cpp b/core/downloadfromdcthread.cpp
index 5cd8956dc..1915444db 100644
--- a/core/downloadfromdcthread.cpp
+++ b/core/downloadfromdcthread.cpp
@@ -3,7 +3,6 @@
#include "core/qthelper.h"
#include "core/settings/qPrefDiveComputer.h"
#include <QDebug>
-#include <QRegularExpression>
#if defined(Q_OS_ANDROID)
#include "core/subsurface-string.h"
#endif