aboutsummaryrefslogtreecommitdiffstats
path: root/alc/mastering.cpp
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2019-07-28 21:29:59 -0700
committerChris Robinson <[email protected]>2019-07-28 21:29:59 -0700
commitd38d2553649555714bfe20f8ca72614974993d47 (patch)
tree2eefae41a5578056b610d9db0cf7293b6949e2b5 /alc/mastering.cpp
parent83432a7e5c7f565a08c41bb104ae25286c5fc82b (diff)
More include cleanups
Diffstat (limited to 'alc/mastering.cpp')
-rw-r--r--alc/mastering.cpp16
1 files changed, 11 insertions, 5 deletions
diff --git a/alc/mastering.cpp b/alc/mastering.cpp
index 551fdcdf..ec40001b 100644
--- a/alc/mastering.cpp
+++ b/alc/mastering.cpp
@@ -1,14 +1,20 @@
+
#include "config.h"
-#include <cmath>
-#include <limits>
+#include "mastering.h"
+
#include <algorithm>
+#include <cmath>
+#include <cstddef>
#include <functional>
+#include <iterator>
+#include <limits>
+#include <new>
-#include "mastering.h"
-#include "alu.h"
#include "almalloc.h"
-#include "math_defs.h"
+#include "alnumeric.h"
+#include "alu.h"
+#include "opthelpers.h"
/* These structures assume BUFFERSIZE is a power of 2. */