]> git.sesse.net Git - movit/blobdiff - flat_input.h
Run include-what-you-use over all of movit. Some hand tuning.
[movit] / flat_input.h
index 24a3fcad90347c545c093884dba809488ea6a317..80e113f67c7f01b5945764c45ca3c18901a573d2 100644 (file)
@@ -1,10 +1,14 @@
 #ifndef _FLAT_INPUT_H
 #define _FLAT_INPUT_H 1
 
+#include <GL/glew.h>
 #include <assert.h>
+#include <string>
 
-#include "input.h"
+#include "effect.h"
+#include "image_format.h"
 #include "init.h"
+#include "input.h"
 
 // A FlatInput is the normal, “classic” case of an input, where everything
 // comes from a single 2D array with chunky pixels.