diff options
author | Chris Robinson <[email protected]> | 2019-07-29 19:59:48 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-07-29 19:59:48 -0700 |
commit | 488d1de9444d2866644a9e926089043186e6232b (patch) | |
tree | 8c804bb55ed72af6666debda9560448fdddbe841 /alc/ambdec.cpp | |
parent | 06e5454eb9cd0d61fca25de7079d0b036d34b037 (diff) |
More include cleanup
Diffstat (limited to 'alc/ambdec.cpp')
-rw-r--r-- | alc/ambdec.cpp | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/alc/ambdec.cpp b/alc/ambdec.cpp index 0991cfc5..fa29d268 100644 --- a/alc/ambdec.cpp +++ b/alc/ambdec.cpp @@ -3,17 +3,15 @@ #include "ambdec.h" -#include <cctype> -#include <cstring> #include <algorithm> - -#include <limits> -#include <string> -#include <fstream> +#include <cctype> +#include <cstddef> +#include <iterator> #include <sstream> +#include <string> -#include "logging.h" #include "compat.h" +#include "logging.h" namespace { |