Cleanup: move some methods from util to maths_util.
[dcpomatic.git] / src / lib / image.cc
index d0878efbd75f81b3bcead98c19a0b2d832f8150e..297578866a37514970b766b1a77a814cf31df5a7 100644 (file)
 
 
 #include "compose.hpp"
+#include "dcpomatic_assert.h"
 #include "dcpomatic_socket.h"
 #include "exceptions.h"
 #include "image.h"
+#include "maths_util.h"
 #include "rect.h"
 #include "timer.h"
 #include "util.h"