diff options
author | Chris Robinson <[email protected]> | 2020-12-31 13:15:38 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2020-12-31 13:15:38 -0800 |
commit | 002c5062964a598f8cdf53e6b3ed4836629c5048 (patch) | |
tree | bec6ec22b36fcb83d2d0624243dcd5fcb6f55c30 | |
parent | f2b7a063ef49e2377c41dddae095d5c66b84bf9b (diff) |
Remove an unnecessary include
-rw-r--r-- | alc/cpu_caps.cpp | 2 |
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}; |