diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2015-05-29 14:19:56 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-05-29 14:13:44 -0700 |
commit | 37bd82f623ae2fc89a53d8193e7a308b7a2910c3 (patch) | |
tree | 22b961c0cf3b7c2a643e25fb08e2b7fc98e017c3 /qt-ui/maintab.cpp | |
parent | 33918e686765ac97da006c751c8919ef59cfa65a (diff) | |
download | subsurface-37bd82f623ae2fc89a53d8193e7a308b7a2910c3.tar.gz |
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 <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/maintab.cpp')
-rw-r--r-- | qt-ui/maintab.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-ui/maintab.cpp b/qt-ui/maintab.cpp index acf2f246a..02d6d66f0 100644 --- a/qt-ui/maintab.cpp +++ b/qt-ui/maintab.cpp @@ -11,7 +11,6 @@ #include "statistics.h" #include "modeldelegates.h" #include "diveplannermodel.h" -#include "models.h" #include "divelistview.h" #include "display.h" #include "profile/profilewidget2.h" |