mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-05 01:35:45 +08:00
Fix BlackCore header includes
* Include only what is used * Use forward declaration when possible * Sorted includes refs #598
This commit is contained in:
@@ -10,9 +10,10 @@
|
||||
#ifndef BLACKCORE_AUDIOMIXER_H
|
||||
#define BLACKCORE_AUDIOMIXER_H
|
||||
|
||||
#include "blackcoreexport.h"
|
||||
#include <QObject>
|
||||
|
||||
#include "blackcore/blackcoreexport.h"
|
||||
|
||||
namespace BlackCore
|
||||
{
|
||||
//! Interface to an audio mixer
|
||||
|
||||
Reference in New Issue
Block a user