From 7e39c5df8fe84a59c0bec740e3b9db7739426258 Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Mon, 11 Mar 2019 18:48:25 +0100 Subject: [PATCH] [indicator] Remove stray includes --- indicator/main.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/indicator/main.cpp b/indicator/main.cpp index 05f6c22a2..e5f2a53f6 100644 --- a/indicator/main.cpp +++ b/indicator/main.cpp @@ -18,12 +18,7 @@ * along with this program. If not, see . */ -#include -#include -#include -#include #include -#include #include #ifdef QSYSTRAY @@ -38,7 +33,6 @@ #include #include "interfaces/devicesmodel.h" -#include "interfaces/notificationsmodel.h" #include "interfaces/dbusinterfaces.h" #include "kdeconnect-version.h" #include "deviceindicator.h"