mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 02:45:33 +08:00
Fix BlackMisc header includes
* Include only what is used * Use forward declaration when possible * Sorted includes refs #630
This commit is contained in:
@@ -12,9 +12,10 @@
|
||||
#ifndef BLACKMISC_DIGESTSIGNAL_H
|
||||
#define BLACKMISC_DIGESTSIGNAL_H
|
||||
|
||||
#include "blackmiscexport.h"
|
||||
#include <QTimer>
|
||||
#include "blackmisc/blackmiscexport.h"
|
||||
|
||||
#include <QObject>
|
||||
#include <QTimer>
|
||||
|
||||
namespace BlackMisc
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user