diff options
author | Lubomir I. Ivanov <neolit123@gmail.com> | 2015-11-06 15:36:19 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-11-06 09:58:46 -0800 |
commit | 788b3289e9072bef4311c047e7b447fed11e8f46 (patch) | |
tree | a97ada076f0453c49b908fd90b3ad7aa3064373a /profile-widget/diveprofileitem.cpp | |
parent | 8e7be1b50a93e667663b29d84dbd66c2a31975dc (diff) | |
download | subsurface-788b3289e9072bef4311c047e7b447fed11e8f46.tar.gz |
remove some mainwindow.h includes
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'profile-widget/diveprofileitem.cpp')
-rw-r--r-- | profile-widget/diveprofileitem.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/profile-widget/diveprofileitem.cpp b/profile-widget/diveprofileitem.cpp index ddc771ab2..29d7b31df 100644 --- a/profile-widget/diveprofileitem.cpp +++ b/profile-widget/diveprofileitem.cpp @@ -9,7 +9,6 @@ #include "diveplannermodel.h" #include "helpers.h" #include "libdivecomputer/parser.h" -#include "mainwindow.h" #include "maintab.h" #include "profilewidget2.h" #include "diveplanner.h" |