From 37bd82f623ae2fc89a53d8193e7a308b7a2910c3 Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Fri, 29 May 2015 14:19:56 -0300 Subject: Fewer rebuilds triggered by changes in models.h Models.h now is quite minimal, I'll keep it like that for now, until it grows huge again. I've also cleaned a bit the headers that are using it so only the ones that actually need the stuff that I've left behind will actually include this file. Signed-off-by: Tomaz Canabrava Signed-off-by: Dirk Hohndel --- qt-models/models.cpp | 22 +--------------------- qt-models/models.h | 1 - 2 files changed, 1 insertion(+), 22 deletions(-) (limited to 'qt-models') diff --git a/qt-models/models.cpp b/qt-models/models.cpp index 5fa45c4f0..fa046ff3f 100644 --- a/qt-models/models.cpp +++ b/qt-models/models.cpp @@ -5,30 +5,10 @@ * */ #include "models.h" -#include "diveplanner.h" -#include "mainwindow.h" #include "helpers.h" -#include "dive.h" -#include "device.h" -#include "statistics.h" -#include "qthelper.h" -#include "gettextfromc.h" -#include "display.h" -#include "color.h" -#include "divetripmodel.h" -#include "cleanertablemodel.h" -#include "weigthsysteminfomodel.h" -#include -#include -#include +#include #include -#include -#include -#include -#include -#include -#include // initialize the trash icon if necessary diff --git a/qt-models/models.h b/qt-models/models.h index df5906a18..c9212195e 100644 --- a/qt-models/models.h +++ b/qt-models/models.h @@ -8,7 +8,6 @@ #define MODELS_H #include -#include #include #include #include -- cgit v1.2.3-70-g09d2