]> granicus.if.org Git - libvpx/blobdiff - test/encode_test_driver.h
Merge "endian_inl.h: fix mips32 android build"
[libvpx] / test / encode_test_driver.h
index 7a068bf0bcfa2bb5980f51312f93263bdfbded10..f7c962186f7ec4ec09b192008c6297b32972bd01 100644 (file)
 #include <string>
 #include <vector>
 
-#include "./vpx_config.h"
 #include "third_party/googletest/src/include/gtest/gtest.h"
-#include "vpx/vpx_encoder.h"
+
+#include "./vpx_config.h"
 #if CONFIG_VP8_ENCODER || CONFIG_VP9_ENCODER
 #include "vpx/vp8cx.h"
 #endif
+#include "vpx/vpx_encoder.h"
 
 namespace libvpx_test {