]> git.sesse.net Git - movit/blobdiff - effect.cpp
Run include-what-you-use over all of movit. Some hand tuning.
[movit] / effect.cpp
index 39e949078390e1bb21210e7ac586f3abad053b98..0fe09db0b2e3f14ccf1372e01a67680491e2a0e8 100644 (file)
@@ -1,10 +1,11 @@
+#include <Eigen/Core>
+#include <GL/glew.h>
+#include <assert.h>
 #include <stdio.h>
 #include <string.h>
-#include <assert.h>
-#include <GL/glew.h>
+#include <utility>
 
 #include "effect.h"
-#include "effect_chain.h"
 #include "util.h"
 
 GLint get_uniform_location(GLuint glsl_program_num, const std::string &prefix, const std::string &key)