From 02d8dd5d13024830c99d92e8f981d6ee2051a7c9 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sat, 17 Jan 2015 22:43:52 +1300 Subject: 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 --- qt-ui/divelistview.cpp | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) (limited to 'qt-ui/divelistview.cpp') diff --git a/qt-ui/divelistview.cpp b/qt-ui/divelistview.cpp index d6f52c646..d4e744237 100644 --- a/qt-ui/divelistview.cpp +++ b/qt-ui/divelistview.cpp @@ -5,31 +5,12 @@ * */ #include "divelistview.h" -#include "models.h" #include "filtermodels.h" #include "modeldelegates.h" #include "mainwindow.h" -#include "subsurfacewebservices.h" -#include "divelogexportdialog.h" -#include "../display.h" -#include "exif.h" -#include "../file.h" -#include -#include -#include #include -#include -#include -#include -#include -#include -#include #include -#include -#include -#include -#include "socialnetworks.h" -#include "../qthelper.h" +#include "qthelper.h" // # Date Rtg Dpth Dur Tmp Wght Suit Cyl Gas SAC OTU CNS Loc static int defaultWidth[] = { 70, 140, 90, 50, 50, 50, 50, 70, 50, 50, 70, 50, 50, 500}; -- cgit v1.2.3-70-g09d2