]> git.sesse.net Git - nageru/blobdiff - image_input.h
Re-run include-what-you-use.
[nageru] / image_input.h
index 3b3c1873763577c2250a48b883cc214b04620592..11c94ce9b626ce65f5fde9a2af895e1fa35de8ad 100644 (file)
@@ -1,16 +1,17 @@
 #ifndef _IMAGE_INPUT_H
 #define _IMAGE_INPUT_H 1
 
+#include <epoxy/gl.h>
+#include <movit/flat_input.h>
+#include <stdbool.h>
+#include <time.h>
+#include <cstdint>
 #include <map>
 #include <memory>
 #include <mutex>
 #include <string>
 #include <thread>
 
-#include <time.h>
-
-#include <movit/flat_input.h>
-
 // An output that takes its input from a static image, loaded with ffmpeg.
 // comes from a single 2D array with chunky pixels. The image is refreshed
 // from disk about every second.