summaryrefslogtreecommitdiff
path: root/third_party/aom/aom_dsp/sum_squares.c
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/aom/aom_dsp/sum_squares.c')
-rw-r--r--third_party/aom/aom_dsp/sum_squares.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/aom/aom_dsp/sum_squares.c b/third_party/aom/aom_dsp/sum_squares.c
index b9155fdc05..44ec41f2ed 100644
--- a/third_party/aom/aom_dsp/sum_squares.c
+++ b/third_party/aom/aom_dsp/sum_squares.c
@@ -11,7 +11,7 @@
#include <assert.h>
-#include "./aom_dsp_rtcd.h"
+#include "config/aom_dsp_rtcd.h"
uint64_t aom_sum_squares_2d_i16_c(const int16_t *src, int src_stride, int width,
int height) {