diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-11-06 10:04:17 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-11-06 10:04:17 -0800 |
commit | 7e5b66d2c47538b3fcda806600e246b6cfb1d19d (patch) | |
tree | cc4914171e0ff822efec26ec4e72c828b7a537a8 /profile-widget/diveprofileitem.cpp | |
parent | 5d758524be39689b8b1f0905bc843e175c1f57cb (diff) | |
download | subsurface-7e5b66d2c47538b3fcda806600e246b6cfb1d19d.tar.gz |
Remove more unnecessary include file references
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'profile-widget/diveprofileitem.cpp')
-rw-r--r-- | profile-widget/diveprofileitem.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/profile-widget/diveprofileitem.cpp b/profile-widget/diveprofileitem.cpp index 29d7b31df..b4e33fe1b 100644 --- a/profile-widget/diveprofileitem.cpp +++ b/profile-widget/diveprofileitem.cpp @@ -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> |