mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 07:35:41 +08:00
Fix swiftguistd header includes
* Include only what is used * Use forward declaration when possible * Sorted includes refs #598
This commit is contained in:
@@ -8,8 +8,13 @@
|
||||
*/
|
||||
|
||||
#include "swiftguistdapplication.h"
|
||||
#include "blackcore/application.h"
|
||||
#include "blackcore/corefacadeconfig.h"
|
||||
#include "blackcore/coremodeenums.h"
|
||||
#include "blackmisc/dbusserver.h"
|
||||
#include "blackmisc/icons.h"
|
||||
|
||||
#include <QtGlobal>
|
||||
|
||||
using namespace BlackMisc;
|
||||
using namespace BlackCore;
|
||||
|
||||
Reference in New Issue
Block a user