summaryrefslogtreecommitdiff
path: root/test/vp9_error_block_test.cc
diff options
context:
space:
mode:
authorJingning Han <jingning@google.com>2015-07-29 14:51:36 -0700
committerJingning Han <jingning@google.com>2015-07-29 20:48:25 -0700
commit097d59c28c7639b241c18f1b96ce11c8193def46 (patch)
treef74396bf0334025c7a7808b0775caeae8a469d81 /test/vp9_error_block_test.cc
parentce4c4b96e4ad28c2ba326629dd9ffdab95d63274 (diff)
downloadlibvpx-097d59c28c7639b241c18f1b96ce11c8193def46.tar
libvpx-097d59c28c7639b241c18f1b96ce11c8193def46.tar.gz
libvpx-097d59c28c7639b241c18f1b96ce11c8193def46.tar.bz2
libvpx-097d59c28c7639b241c18f1b96ce11c8193def46.zip
Cosmetics - Fix header file order in unit tests
Change-Id: I9582a8d74990125b71e8fe620f7f3f2585a30798
Diffstat (limited to 'test/vp9_error_block_test.cc')
-rw-r--r--test/vp9_error_block_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/vp9_error_block_test.cc b/test/vp9_error_block_test.cc
index ac19c2e3d..8c5d5a2e2 100644
--- a/test/vp9_error_block_test.cc
+++ b/test/vp9_error_block_test.cc
@@ -14,12 +14,12 @@
#include "third_party/googletest/src/include/gtest/gtest.h"
+#include "./vpx_config.h"
+#include "./vp9_rtcd.h"
#include "test/acm_random.h"
#include "test/clear_system_state.h"
#include "test/register_state_check.h"
#include "test/util.h"
-#include "./vpx_config.h"
-#include "./vp9_rtcd.h"
#include "vp9/common/vp9_entropy.h"
#include "vpx/vpx_codec.h"
#include "vpx/vpx_integer.h"