diff options
Diffstat (limited to 'third_party/aom/test/simd_cmp_ssse3.cc')
-rw-r--r-- | third_party/aom/test/simd_cmp_ssse3.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/aom/test/simd_cmp_ssse3.cc b/third_party/aom/test/simd_cmp_ssse3.cc index a6c7000fd..57bf135dd 100644 --- a/third_party/aom/test/simd_cmp_ssse3.cc +++ b/third_party/aom/test/simd_cmp_ssse3.cc @@ -14,5 +14,5 @@ #define ARCH SSSE3 #define ARCH_POSTFIX(name) name##_ssse3 #define SIMD_NAMESPACE simd_test_ssse3 -#include "./simd_cmp_impl.h" +#include "test/simd_cmp_impl.h" #endif |