Remove an unnecessary include and forward declaration

This commit is contained in:
Chris Robinson
2020-12-12 14:21:21 -08:00
parent 1ad944555c
commit f57801102a
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -9,7 +9,6 @@
struct HrtfChannelState;
struct HrtfFilter;
union InterpState;
struct MixHrtfFilter;
using uint = unsigned int;
-1
View File
@@ -4,7 +4,6 @@
#include <cmath>
#include <limits>
#include "alcmain.h"
#include "alnumeric.h"
#include "core/bsinc_tables.h"
#include "defs.h"