]> git.sesse.net Git - nageru/blobdiff - ycbcr_converter.cpp
Assorted clang-format fixes (not complete).
[nageru] / ycbcr_converter.cpp
index 40d1a9cd771d04cc1f37d1d809dba47ed000f964..143c4716f5076e0ccfabe5728e464e6a864a1c80 100644 (file)
@@ -1,10 +1,10 @@
 #include "ycbcr_converter.h"
 
+#include "jpeg_frame.h"
+
 #include <movit/mix_effect.h>
 #include <movit/ycbcr_input.h>
 
-#include "jpeg_frame.h"
-
 using namespace std;
 using namespace movit;