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-helper.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-helper.cpp')
-rw-r--r-- | subsurface-android-helper.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/subsurface-android-helper.cpp b/subsurface-android-helper.cpp index a9fdf4031..e982760f8 100644 --- a/subsurface-android-helper.cpp +++ b/subsurface-android-helper.cpp @@ -2,7 +2,6 @@ /* Qt UI implementation */ #include "dive.h" #include "display.h" -#include "desktop-widgets/mainwindow.h" #include "helpers.h" #include <QApplication> |