]> git.sesse.net Git - movit/blobdiff - effect.h
Run include-what-you-use over all of movit. Some hand tuning.
[movit] / effect.h
index 771648cde059ec269c514c845ed798694cdf6ba0..826dd6f24068c4aa23687f6071568b43356c1cd3 100644 (file)
--- a/effect.h
+++ b/effect.h
 // effect instance; use the macro PREFIX() around your identifiers to
 // automatically prepend that prefix.
 
+#include <GL/glew.h>
+#include <assert.h>
+#include <stddef.h>
+#include <Eigen/Core>
 #include <map>
 #include <string>
 #include <vector>
 
-#include <assert.h>
-
-#include <Eigen/Core>
-
-#include <GL/glew.h>
 #include "util.h"
 
 class EffectChain;