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 /subsurface-android-main.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 'subsurface-android-main.cpp')
-rw-r--r-- | subsurface-android-main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/subsurface-android-main.cpp b/subsurface-android-main.cpp index db974119e..77c574bb1 100644 --- a/subsurface-android-main.cpp +++ b/subsurface-android-main.cpp @@ -8,8 +8,6 @@ #include "dive.h" #include "qt-gui.h" #include "subsurfacestartup.h" -#include "desktop-widgets/mainwindow.h" -#include "desktop-widgets/diveplanner.h" #include "subsurface-core/color.h" #include "qthelper.h" |