aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2020-12-31 13:15:38 -0800
committerChris Robinson <[email protected]>2020-12-31 13:15:38 -0800
commit002c5062964a598f8cdf53e6b3ed4836629c5048 (patch)
treebec6ec22b36fcb83d2d0624243dcd5fcb6f55c30
parentf2b7a063ef49e2377c41dddae095d5c66b84bf9b (diff)
Remove an unnecessary include
-rw-r--r--alc/cpu_caps.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/alc/cpu_caps.cpp b/alc/cpu_caps.cpp
index 3e264f34..dc992663 100644
--- a/alc/cpu_caps.cpp
+++ b/alc/cpu_caps.cpp
@@ -22,8 +22,6 @@
#include <cctype>
#include <string>
-#include "alfstream.h"
-
int CPUCapFlags{0};