Include style

This commit is contained in:
Mat Sutcliffe
2021-09-15 15:44:14 +01:00
parent 312dec792b
commit a592bb2bbe
177 changed files with 244 additions and 255 deletions

View File

@@ -6,7 +6,7 @@
* or distributed except according to the terms contained in the LICENSE file.
*/
#include "callsigndelaycache.h"
#include "blackcore/afv/audio/callsigndelaycache.h"
namespace BlackCore::Afv::Audio
{

View File

@@ -6,8 +6,8 @@
* or distributed except according to the terms contained in the LICENSE file.
*/
#include "callsignsampleprovider.h"
#include "callsigndelaycache.h"
#include "blackcore/afv/audio/callsignsampleprovider.h"
#include "blackcore/afv/audio/callsigndelaycache.h"
#include "blackcore/afv/audio/receiversampleprovider.h"
#include "blacksound/sampleprovider/samples.h"

View File

@@ -8,7 +8,7 @@
//! \file
#include "input.h"
#include "blackcore/afv/audio/input.h"
#include "blacksound/audioutilities.h"
#include "blackmisc/logmessage.h"
#include "blackmisc/verify.h"

View File

@@ -6,7 +6,7 @@
* or distributed except according to the terms contained in the LICENSE file.
*/
#include "output.h"
#include "blackcore/afv/audio/output.h"
#include "blacksound/audioutilities.h"
#include "blackmisc/metadatautils.h"
#include "blackmisc/logmessage.h"

View File

@@ -8,7 +8,7 @@
//! \file
#include "receiversampleprovider.h"
#include "blackcore/afv/audio/receiversampleprovider.h"
#include "blackmisc/logmessage.h"
#include "blackmisc/metadatautils.h"
#include "blacksound/sampleprovider/resourcesoundsampleprovider.h"

View File

@@ -6,7 +6,7 @@
* or distributed except according to the terms contained in the LICENSE file.
*/
#include "soundcardsampleprovider.h"
#include "blackcore/afv/audio/soundcardsampleprovider.h"
#include "blackmisc/metadatautils.h"
#include "blackconfig/buildconfig.h"