mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 10:55:46 -05:00
[calamares] Remove redundant KF5/ in includes
- We link to these frameworks, which gives us a KF5 include path already
This commit is contained in:
parent
15cbdf2a18
commit
5af2a87709
1 changed files with 2 additions and 2 deletions
|
@ -27,9 +27,9 @@
|
|||
|
||||
#include "3rdparty/kdsingleapplicationguard/kdsingleapplicationguard.h"
|
||||
|
||||
#include <KF5/KCoreAddons/KAboutData>
|
||||
#include <KCoreAddons/KAboutData>
|
||||
#ifdef WITH_KF5Crash
|
||||
#include <KF5/KCrash/KCrash>
|
||||
#include <KCrash/KCrash>
|
||||
#endif
|
||||
|
||||
#include <QCommandLineParser>
|
||||
|
|
Loading…
Add table
Reference in a new issue