]> granicus.if.org Git - libvpx/blobdiff - test/vp9_boolcoder_test.cc
Merge "endian_inl.h: fix mips32 android build"
[libvpx] / test / vp9_boolcoder_test.cc
index b9174297582d0611c71d5bed43b5c362f0eefbb2..c61bb4ab968a7f5b8e015be5bcc5e812a45e0e4e 100644 (file)
 
 #include "third_party/googletest/src/include/gtest/gtest.h"
 
+#include "test/acm_random.h"
 #include "vpx/vpx_integer.h"
 #include "vpx_dsp/bitreader.h"
 #include "vpx_dsp/bitwriter.h"
 
-#include "test/acm_random.h"
-
 using libvpx_test::ACMRandom;
 
 namespace {