summaryrefslogtreecommitdiff
path: root/libavcodec/x86/hpeldsp_init.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2016-05-24 20:06:03 +0200
committerDiego Biurrun <diego@biurrun.de>2016-05-28 19:18:26 +0200
commitdc40a70c5755bccfb1a1349639943e1f408bea50 (patch)
tree714b51175315b8707628972e5d002090dd96af5d /libavcodec/x86/hpeldsp_init.c
parent5264e7ba217b3c0ceae813917134e1ab52573141 (diff)
Drop unnecessary libavutil/x86/asm.h #includes
Diffstat (limited to 'libavcodec/x86/hpeldsp_init.c')
-rw-r--r--libavcodec/x86/hpeldsp_init.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/x86/hpeldsp_init.c b/libavcodec/x86/hpeldsp_init.c
index 59cb5e143a..65aac7164d 100644
--- a/libavcodec/x86/hpeldsp_init.c
+++ b/libavcodec/x86/hpeldsp_init.c
@@ -24,7 +24,6 @@
#include "libavutil/attributes.h"
#include "libavutil/cpu.h"
-#include "libavutil/x86/asm.h"
#include "libavutil/x86/cpu.h"
#include "libavcodec/avcodec.h"
#include "libavcodec/hpeldsp.h"