diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2019-07-15 23:44:39 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-07-18 05:42:55 -0700 |
commit | 8f119dcf72db445530b39e0722c3afad7c130efb (patch) | |
tree | f0e410011a4f476b4115929dd7062646a46ccc0b /desktop-widgets/tab-widgets/TabDiveInformation.cpp | |
parent | 0136d76cf4fd5c62f4224d2d721fce2b78097104 (diff) | |
download | subsurface-8f119dcf72db445530b39e0722c3afad7c130efb.tar.gz |
Cleanup: remove includes from qthelper.h
To reduce interdependencies, remove the dive.h and divelist.h
includes in qthelper.h
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'desktop-widgets/tab-widgets/TabDiveInformation.cpp')
-rw-r--r-- | desktop-widgets/tab-widgets/TabDiveInformation.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop-widgets/tab-widgets/TabDiveInformation.cpp b/desktop-widgets/tab-widgets/TabDiveInformation.cpp index 9af640a8e..492ba97a7 100644 --- a/desktop-widgets/tab-widgets/TabDiveInformation.cpp +++ b/desktop-widgets/tab-widgets/TabDiveInformation.cpp @@ -8,6 +8,7 @@ #include "core/qthelper.h" #include "core/statistics.h" #include "core/display.h" +#include "core/divelist.h" #define COMBO_CHANGED 0 #define TEXT_EDITED 1 |