summaryrefslogtreecommitdiff
path: root/libavcodec/x86/fft.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/x86/fft.h')
-rw-r--r--libavcodec/x86/fft.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/fft.h b/libavcodec/x86/fft.h
index b0fff1b120..7ef5839141 100644
--- a/libavcodec/x86/fft.h
+++ b/libavcodec/x86/fft.h
@@ -19,7 +19,7 @@
#ifndef AVCODEC_X86_FFT_H
#define AVCODEC_X86_FFT_H
-#include "libavcodec/dsputil.h"
+#include "libavcodec/fft.h"
void ff_fft_permute_sse(FFTContext *s, FFTComplex *z);
void ff_fft_calc_sse(FFTContext *s, FFTComplex *z);