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/globe.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/globe.cpp')
-rw-r--r-- | qt-ui/globe.cpp | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/qt-ui/globe.cpp b/qt-ui/globe.cpp index bbdf19722..c2bbeb415 100644 --- a/qt-ui/globe.cpp +++ b/qt-ui/globe.cpp @@ -1,14 +1,7 @@ #include "globe.h" #ifndef NO_MARBLE -#include "kmessagewidget.h" #include "mainwindow.h" -#include "ui_mainwindow.h" -#include "dive.h" -#include "divelist.h" #include "helpers.h" -#include "display.h" - -#include <QDebug> #include <QTimer> #include <marble/AbstractFloatItem.h> @@ -17,7 +10,7 @@ #include <marble/MarbleModel.h> #include <marble/MarbleDirs.h> #include <marble/MapThemeManager.h> -#include <marble/GeoDataLineString.h> + #ifdef MARBLE_SUBSURFACE_BRANCH #include <marble/MarbleDebug.h> #endif @@ -26,8 +19,6 @@ #else #include <marble/GeoDataTreeModel.h> #endif -#include <QMouseEvent> -#include <QMessageBox> // as of Marble 4.10 (which has MARBLE_VERSION 0x001000) zoomView is // deprecated and has been replaced by setZoom with the same function signature |