Clean up includes

This commit is contained in:
Lars Toenning
2022-04-25 19:18:38 +02:00
committed by Mat Sutcliffe
parent 8386786386
commit c0efc9ea81
176 changed files with 123 additions and 302 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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
{

View File

@@ -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>

View File

@@ -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>

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"