Cleanup: move some methods from util to maths_util.
[dcpomatic.git] / src / lib / audio_buffers.cc
index 9f91810e0c4ab14387b55eef574a1362bf1c6fdf..1d3598270121b48f91fd3303f877cd6f2df0176f 100644 (file)
@@ -19,9 +19,9 @@
 */
 
 
-#include "util.h"
 #include "audio_buffers.h"
 #include "dcpomatic_assert.h"
+#include "maths_util.h"
 #include <cassert>
 #include <cstring>
 #include <cmath>