diff options
author | Anton Lundin <glance@acc.umu.se> | 2015-08-31 23:23:26 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-08-31 15:12:18 -0700 |
commit | b7038e4beca409c6ad0d71693b3be61ddccaf8b4 (patch) | |
tree | 102000ea0f2b84b274cd0deab9f9dfb94b46ba24 /qt-ui | |
parent | 332bde9c868f5ce69fff390299b04035d8fbfd00 (diff) | |
download | subsurface-b7038e4beca409c6ad0d71693b3be61ddccaf8b4.tar.gz |
Remove unneeded includes
Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui')
-rw-r--r-- | qt-ui/diveshareexportdialog.cpp | 1 | ||||
-rw-r--r-- | qt-ui/updatemanager.cpp | 1 |
2 files changed, 0 insertions, 2 deletions
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> |