Avoid including voice.h in alcontext.h

This commit is contained in:
Chris Robinson
2020-12-27 16:14:11 -08:00
parent ffa7d1b1a7
commit 62fa6a2277
7 changed files with 10 additions and 1 deletions
+1
View File
@@ -16,6 +16,7 @@
#include "alu.h"
#include "math_defs.h"
#include "vector.h"
#include "voice.h"
struct ALbuffer;
struct ALeffectslot;
+1
View File
@@ -43,6 +43,7 @@
#include "inprogext.h"
#include "opthelpers.h"
#include "strutils.h"
#include "voice.h"
namespace {
+2 -1
View File
@@ -23,14 +23,15 @@
#include "threads.h"
#include "vecmat.h"
#include "vector.h"
#include "voice.h"
struct ALeffectslot;
struct ALsource;
struct EffectSlot;
struct EffectSlotProps;
struct RingBuffer;
struct Voice;
struct VoiceChange;
struct VoicePropsItem;
enum class DistanceModel : unsigned char {
+1
View File
@@ -20,6 +20,7 @@
#include "core/logging.h"
#include "effects/base.h"
#include "effectslot.h"
#include "math_defs.h"
#include "polyphase_resampler.h"
+2
View File
@@ -31,6 +31,8 @@
#include "alcontext.h"
#include "alu.h"
#include "effectslot.h"
#include "math_defs.h"
namespace {
+1
View File
@@ -32,6 +32,7 @@
#include "alnumeric.h"
#include "alu.h"
#include "effectslot.h"
#include "math_defs.h"
namespace {
+2
View File
@@ -29,6 +29,8 @@
#include "alcontext.h"
#include "alu.h"
#include "effectslot.h"
#include "math_defs.h"
namespace {