diff options
-rw-r--r-- | divesitehelpers.cpp | 1 | ||||
-rw-r--r-- | qt-ui/diveshareexportdialog.cpp | 1 | ||||
-rw-r--r-- | qt-ui/updatemanager.cpp | 1 | ||||
-rw-r--r-- | qthelper.cpp | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/divesitehelpers.cpp b/divesitehelpers.cpp index 4fa24a348..3542f96fa 100644 --- a/divesitehelpers.cpp +++ b/divesitehelpers.cpp @@ -6,7 +6,6 @@ #include "divesite.h" #include "helpers.h" -#include "usersurvey.h" #include "membuffer.h" #include <QJsonDocument> #include <QJsonArray> diff --git a/qt-ui/diveshareexportdialog.cpp b/qt-ui/diveshareexportdialog.cpp index 27436c66f..9fe6eefd6 100644 --- a/qt-ui/diveshareexportdialog.cpp +++ b/qt-ui/diveshareexportdialog.cpp @@ -2,7 +2,6 @@ #include "ui_diveshareexportdialog.h" #include "mainwindow.h" #include "save-html.h" -#include "usersurvey.h" #include "subsurfacewebservices.h" #include "helpers.h" diff --git a/qt-ui/updatemanager.cpp b/qt-ui/updatemanager.cpp index 69a5ada41..0760d6407 100644 --- a/qt-ui/updatemanager.cpp +++ b/qt-ui/updatemanager.cpp @@ -1,5 +1,4 @@ #include "updatemanager.h" -#include "usersurvey.h" #include "helpers.h" #include <QtNetwork> #include <QMessageBox> diff --git a/qthelper.cpp b/qthelper.cpp index de1d893df..ebae97df7 100644 --- a/qthelper.cpp +++ b/qthelper.cpp @@ -12,7 +12,6 @@ #include <exif.h> #include "file.h" #include "prefs-macros.h" -#include "mainwindow.h" #include <QFile> #include <QRegExp> #include <QDir> |