From 5af2a87709608ab39371892316ae7d326fc2ee8f Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Fri, 8 May 2020 13:01:33 +0200 Subject: [PATCH] [calamares] Remove redundant KF5/ in includes - We link to these frameworks, which gives us a KF5 include path already --- src/calamares/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/calamares/main.cpp b/src/calamares/main.cpp index 4761b4fe1..d460e44e3 100644 --- a/src/calamares/main.cpp +++ b/src/calamares/main.cpp @@ -27,9 +27,9 @@ #include "3rdparty/kdsingleapplicationguard/kdsingleapplicationguard.h" -#include +#include #ifdef WITH_KF5Crash -#include +#include #endif #include