diff options
author | Lubomir I. Ivanov <neolit123@gmail.com> | 2013-07-11 00:45:29 +0300 |
---|---|---|
committer | Lubomir I. Ivanov <neolit123@gmail.com> | 2013-07-11 00:45:29 +0300 |
commit | af1c55c29d55ff697b2a20440c7177fd7e364655 (patch) | |
tree | aff49a83600fb00bc15656c6d769b5071ad578cd /qt-ui/printoptions.h | |
parent | 8fcba14753df4842b8ac48fdbc0498f2715d6884 (diff) | |
download | subsurface-af1c55c29d55ff697b2a20440c7177fd7e364655.tar.gz |
Print: move some header includes to cpp files
We don't really need includes of display.h and dive.h in
printoptions.h and printlayout.h or forward declartions
of 'struct dive' and 'struct options' in there.
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Diffstat (limited to 'qt-ui/printoptions.h')
-rw-r--r-- | qt-ui/printoptions.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-ui/printoptions.h b/qt-ui/printoptions.h index 83e847115..cc0f4f6d6 100644 --- a/qt-ui/printoptions.h +++ b/qt-ui/printoptions.h @@ -4,7 +4,6 @@ #include <QWidget> #include <QSlider> #include <QLabel> -#include "../display.h" namespace Ui { class PrintOptions; |