]> git.sesse.net Git - movit/blobdiff - dither_effect.cpp
Run include-what-you-use over all of movit. Some hand tuning.
[movit] / dither_effect.cpp
index 305268e2396bc0e47c7404c385b1fa984ed0088e..44933b61cc4363470762daa05882301e1043fed2 100644 (file)
@@ -1,6 +1,6 @@
-#include <math.h>
-#include <assert.h>
 #include <GL/glew.h>
+#include <assert.h>
+#include <algorithm>
 
 #include "dither_effect.h"
 #include "util.h"