summaryrefslogtreecommitdiff
path: root/vpx_dsp/fwd_txfm.h
diff options
context:
space:
mode:
Diffstat (limited to 'vpx_dsp/fwd_txfm.h')
-rw-r--r--vpx_dsp/fwd_txfm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vpx_dsp/fwd_txfm.h b/vpx_dsp/fwd_txfm.h
index fa54403d0..509fe7fe3 100644
--- a/vpx_dsp/fwd_txfm.h
+++ b/vpx_dsp/fwd_txfm.h
@@ -8,7 +8,7 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#include "vp9/common/vp9_idct.h"
+#include "vpx_dsp/txfm_common.h"
static INLINE tran_high_t fdct_round_shift(tran_high_t input) {
tran_high_t rv = ROUND_POWER_OF_TWO(input, DCT_CONST_BITS);