summaryrefslogtreecommitdiff
path: root/test/partial_idct_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/partial_idct_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/partial_idct_test.cc')
-rw-r--r--test/partial_idct_test.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/partial_idct_test.cc b/test/partial_idct_test.cc
index 6d77b7c44..09cd09b7a 100644
--- a/test/partial_idct_test.cc
+++ b/test/partial_idct_test.cc
@@ -13,13 +13,13 @@
#include <string.h>
#include "third_party/googletest/src/include/gtest/gtest.h"
+
+#include "./vp9_rtcd.h"
+#include "./vpx_dsp_rtcd.h"
#include "test/acm_random.h"
#include "test/clear_system_state.h"
#include "test/register_state_check.h"
#include "test/util.h"
-
-#include "./vp9_rtcd.h"
-#include "./vpx_dsp_rtcd.h"
#include "vp9/common/vp9_blockd.h"
#include "vp9/common/vp9_scan.h"
#include "vpx/vpx_integer.h"