Cleanup: move some methods from util to memory_util.
[dcpomatic.git] / src / lib / image.cc
index 297578866a37514970b766b1a77a814cf31df5a7..19b3ea5a8419e6634b9355d1a8b5dc5880ad6f27 100644 (file)
@@ -30,9 +30,9 @@
 #include "exceptions.h"
 #include "image.h"
 #include "maths_util.h"
+#include "memory_util.h"
 #include "rect.h"
 #include "timer.h"
-#include "util.h"
 #include "warnings.h"
 #include <dcp/rgb_xyz.h>
 #include <dcp/transfer_function.h>