summaryrefslogtreecommitdiffstats
path: root/app/main.cpp
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2021-01-07 16:16:13 -0500
committerScott Murray <scott.murray@konsulko.com>2021-01-07 16:26:31 -0500
commit2e08a6230a2bc61ddff19c3ff7d22528af6204fe (patch)
tree87856507a2dc726c3f2b7e6689415c2e6f7991e7 /app/main.cpp
parent915196a90e49fefd6c493224b127152256f95b79 (diff)
libhomescreen was still a dependency in the qmake files, and its header file was being pulled in in main.cpp even though there it is no longer used, remove usage. Bug-AGL: SPEC-3757 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I03e42973d205f4719950403a104689a8de513dff
Diffstat (limited to 'app/main.cpp')
-rw-r--r--app/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/main.cpp b/app/main.cpp
index 0ed7df7..c80f869 100644
--- a/app/main.cpp
+++ b/app/main.cpp
@@ -8,7 +8,6 @@
#include <QQuickWindow>
#include <QQmlApplicationEngine>
#include <QApplication>
-#include <libhomescreen.hpp>
#include <taskmanager.h>
#include <unistd.h>