[AFV] Fix includes

This commit is contained in:
Roland Rossgotterer
2019-09-30 09:37:10 +02:00
committed by Mat Sutcliffe
parent 1f2d4a10b1
commit df30a010b5
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
#ifndef BLACKCORE_AFV_AUDIO_RECEIVERSAMPLEPROVIDER_H
#define BLACKCORE_AFV_AUDIO_RECEIVERSAMPLEPROVIDER_H
#include "callsignsampleprovider.h"
#include "blackcore/afv/audio/callsignsampleprovider.h"
#include "blacksound/sampleprovider/sampleprovider.h"
#include "blacksound/sampleprovider/mixingsampleprovider.h"

View File

@@ -13,7 +13,7 @@
#include "blacksound/sampleprovider/sampleprovider.h"
#include "blacksound/sampleprovider/mixingsampleprovider.h"
#include "receiversampleprovider.h"
#include "blackcore/afv/audio/receiversampleprovider.h"
#include <QAudioFormat>
#include <QObject>