diff options
author | Chris Robinson <[email protected]> | 2020-12-12 14:21:21 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2020-12-12 14:21:45 -0800 |
commit | f57801102a0e182cbc8b6d4405a92a75fcd47429 (patch) | |
tree | 835b9ce34c2494b5bae9e40366521770c66d17b7 /alc/mixer/defs.h | |
parent | 1ad944555c36620f901d13be04e3eacc7e8dcee0 (diff) |
Remove an unnecessary include and forward declaration
Diffstat (limited to 'alc/mixer/defs.h')
-rw-r--r-- | alc/mixer/defs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/alc/mixer/defs.h b/alc/mixer/defs.h index 69042ea4..a34fba26 100644 --- a/alc/mixer/defs.h +++ b/alc/mixer/defs.h @@ -9,7 +9,6 @@ struct HrtfChannelState; struct HrtfFilter; -union InterpState; struct MixHrtfFilter; using uint = unsigned int; |