From 615307435cc1d0ffba6bc7649a4039f0aba62622 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Mon, 5 Feb 2018 23:38:26 +0100 Subject: [PATCH] Cleanup: remove non-compiled includes in subsurface-desktop-helper.cpp These includes where from a time when this file would be compiled for desktop *and* mobile. Now the file is desktop-only. Signed-off-by: Berthold Stoeger --- subsurface-desktop-helper.cpp | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/subsurface-desktop-helper.cpp b/subsurface-desktop-helper.cpp index 924352c16..d2c4aeebd 100644 --- a/subsurface-desktop-helper.cpp +++ b/subsurface-desktop-helper.cpp @@ -14,16 +14,6 @@ #include "core/qt-gui.h" -#ifdef SUBSURFACE_MOBILE -#include -#include -#include -#include -#include "mobile-widgets/qmlmanager.h" -#include "qt-models/divelistmodel.h" -#include "mobile-widgets/qmlprofile.h" -#endif - static MainWindow *window = NULL; void init_ui()