]> git.sesse.net Git - nageru/blobdiff - pbo_frame_allocator.cpp
Re-run include-what-you-use.
[nageru] / pbo_frame_allocator.cpp
index 34b2c7ba04de98378e92c6b0ad2fe78043d52902..d18358a3121b7cf131de211df446a62b098db1e6 100644 (file)
@@ -1,12 +1,12 @@
 #include "pbo_frame_allocator.h"
 
+#include <bmusb/bmusb.h>
+#include <movit/util.h>
 #include <stdbool.h>
 #include <stdint.h>
 #include <stdio.h>
 #include <cstddef>
 
-#include <movit/util.h>
-
 using namespace std;
 
 PBOFrameAllocator::PBOFrameAllocator(size_t frame_size, GLuint width, GLuint height, size_t num_queued_frames, GLenum buffer, GLenum permissions, GLenum map_bits)