]> git.sesse.net Git - movit/blobdiff - padding_effect.cpp
Run include-what-you-use over all of movit. Some hand tuning.
[movit] / padding_effect.cpp
index f8d30d480886aa364d103f90e3d38b1899e0f32d..f7f97078e608749ab1a70db4226e2984be6281fb 100644 (file)
@@ -1,5 +1,5 @@
-#include <math.h>
 #include <GL/glew.h>
+#include <assert.h>
 
 #include "padding_effect.h"
 #include "util.h"