aboutsummaryrefslogtreecommitdiffstats
path: root/alc/ambdec.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'alc/ambdec.cpp')
-rw-r--r--alc/ambdec.cpp12
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 {