Cosmetics - Fix header file order in unit tests

Change-Id: I9582a8d74990125b71e8fe620f7f3f2585a30798
This commit is contained in:
Jingning Han
2015-07-29 14:51:36 -07:00
parent ce4c4b96e4
commit 097d59c28c
33 changed files with 107 additions and 91 deletions

View File

@@ -14,12 +14,11 @@
#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 {