diff options
Diffstat (limited to 'third_party/aom/test/y4m_test.cc')
-rw-r--r-- | third_party/aom/test/y4m_test.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/third_party/aom/test/y4m_test.cc b/third_party/aom/test/y4m_test.cc index fc9fff5142..b8011935de 100644 --- a/third_party/aom/test/y4m_test.cc +++ b/third_party/aom/test/y4m_test.cc @@ -7,17 +7,17 @@ * obtain it at www.aomedia.org/license/software. If the Alliance for Open * Media Patent License 1.0 was not distributed with this source code in the * PATENTS file, you can obtain it at www.aomedia.org/license/patent. -*/ + */ #include <string> -#include "third_party/googletest/src/googletest/include/gtest/gtest.h" +#include "config/aom_config.h" -#include "./aom_config.h" -#include "./y4menc.h" +#include "common/y4menc.h" #include "test/md5_helper.h" #include "test/util.h" #include "test/y4m_video_source.h" +#include "third_party/googletest/src/googletest/include/gtest/gtest.h" namespace { |