Remove more unnecessary include file references

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2015-11-06 10:04:17 -08:00
parent 5d758524be
commit 7e5b66d2c4
3 changed files with 0 additions and 5 deletions

View file

@ -9,9 +9,7 @@
#include "diveplannermodel.h"
#include "helpers.h"
#include "libdivecomputer/parser.h"
#include "maintab.h"
#include "profilewidget2.h"
#include "diveplanner.h"
#include <QSettings>

View file

@ -2,7 +2,6 @@
/* Qt UI implementation */
#include "dive.h"
#include "display.h"
#include "desktop-widgets/mainwindow.h"
#include "helpers.h"
#include <QApplication>

View file

@ -8,8 +8,6 @@
#include "dive.h"
#include "qt-gui.h"
#include "subsurfacestartup.h"
#include "desktop-widgets/mainwindow.h"
#include "desktop-widgets/diveplanner.h"
#include "subsurface-core/color.h"
#include "qthelper.h"