mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 09:15:34 +08:00
Clean up includes
This commit is contained in:
committed by
Mat Sutcliffe
parent
8386786386
commit
c0efc9ea81
@@ -11,7 +11,7 @@
|
||||
#ifndef BLACKSOUND_NOTIFICATIONPLAYER_H
|
||||
#define BLACKSOUND_NOTIFICATIONPLAYER_H
|
||||
|
||||
#include "blacksoundexport.h"
|
||||
#include "blacksound/blacksoundexport.h"
|
||||
#include "blackmisc/audio/notificationsounds.h"
|
||||
|
||||
#include <QObject>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
//! \file
|
||||
|
||||
#include "resourcesound.h"
|
||||
#include "audioutilities.h"
|
||||
#include "blacksound/audioutilities.h"
|
||||
#include "blackmisc/fileutils.h"
|
||||
#include "blackmisc/stringutils.h"
|
||||
#include <QCoreApplication>
|
||||
|
||||
@@ -10,8 +10,8 @@
|
||||
#define BLACKSOUND_SAMPLEPROVIDER_RESOURCESOUNDSAMPLEPROVIDER_H
|
||||
|
||||
#include "blacksound/blacksoundexport.h"
|
||||
#include "sampleprovider.h"
|
||||
#include "resourcesound.h"
|
||||
#include "blacksound/sampleprovider/sampleprovider.h"
|
||||
#include "blacksound/sampleprovider/resourcesound.h"
|
||||
|
||||
namespace BlackSound::SampleProvider
|
||||
{
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
#include "blackmisc/audio/audiosettings.h"
|
||||
#include "blackmisc/settingscache.h"
|
||||
#include "blacksound/blacksoundexport.h"
|
||||
#include "resourcesound.h"
|
||||
#include "blacksound/sampleprovider/resourcesound.h"
|
||||
|
||||
#include <QObject>
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
#define BLACKSOUND_SAMPLEPROVIDER_SIMPLECOMPRESSOREFFECT_H
|
||||
|
||||
#include "blacksound/blacksoundexport.h"
|
||||
#include "sampleprovider.h"
|
||||
#include "blacksound/sampleprovider/sampleprovider.h"
|
||||
#include "blacksound/dsp/SimpleComp.h"
|
||||
|
||||
#include <QObject>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
#include "blacksound/threadedtonepairplayer.h"
|
||||
#include "blacksound/tonepair.h"
|
||||
#include "blacksoundexport.h"
|
||||
#include "blacksound/blacksoundexport.h"
|
||||
#include "blackmisc/audio/audiodeviceinfo.h"
|
||||
#include "blackmisc/aviation/selcal.h"
|
||||
#include "blackmisc/worker.h"
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
#ifndef BLACKSOUND_THREADEDTONEPAIRPLAYER_H
|
||||
#define BLACKSOUND_THREADEDTONEPAIRPLAYER_H
|
||||
|
||||
#include "blacksoundexport.h"
|
||||
#include "blacksound/blacksoundexport.h"
|
||||
#include "blacksound/tonepair.h"
|
||||
#include "blackmisc/audio/audiodeviceinfo.h"
|
||||
#include "blackmisc/worker.h"
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
#ifndef BLACKSOUND_TONEPAIR_H
|
||||
#define BLACKSOUND_TONEPAIR_H
|
||||
|
||||
#include "blacksoundexport.h"
|
||||
#include "blacksound/blacksoundexport.h"
|
||||
#include "blackmisc/pq/frequency.h"
|
||||
#include "blackmisc/pq/time.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user