diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-01-17 22:43:52 +1300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-01-18 21:25:59 +1200 |
commit | f9ceff009b35f73dec6d13f4037119172f6cf0de (patch) | |
tree | 0da342f5a184cd01ac5b1cb8a6d4dea2b22fc7b1 /qt-ui/subsurfacewebservices.cpp | |
parent | e0280048bcd9e602fb5073bc5f5526a5dffd1886 (diff) | |
download | subsurface-f9ceff009b35f73dec6d13f4037119172f6cf0de.tar.gz |
Clean up the header files
Lots and lots and lots of header files were being included without being
needed. This attempts to clean some of that crud up.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/subsurfacewebservices.cpp')
-rw-r--r-- | qt-ui/subsurfacewebservices.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/qt-ui/subsurfacewebservices.cpp b/qt-ui/subsurfacewebservices.cpp index c98413d12..597fe03b6 100644 --- a/qt-ui/subsurfacewebservices.cpp +++ b/qt-ui/subsurfacewebservices.cpp @@ -2,25 +2,16 @@ #include "webservice.h" #include "mainwindow.h" #include "usersurvey.h" -#include <libxml/parser.h> -#include <zip.h> #include <errno.h> #include <QDir> #include <QHttpMultiPart> #include <QMessageBox> -#include <QNetworkAccessManager> -#include <QNetworkReply> -#include <QDebug> #include <QSettings> #include <QXmlStreamReader> #include <qdesktopservices.h> #include <QShortcut> -#include "dive.h" -#include "divelist.h" -#include "display.h" - #ifdef Q_OS_UNIX #include <unistd.h> // for dup(2) #endif |