summaryrefslogtreecommitdiff
path: root/libavcodec/dsputil.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-03-13 23:25:21 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-03-13 23:30:43 +0100
commit5dce8e56c61f1008753d23db418a27964eaf13d3 (patch)
treeef649e3e4c3c90b9c38b7c17bff8c6c34ac35ce2 /libavcodec/dsputil.h
parentf5e6b49cd23b3437681220d40caaf103cb675407 (diff)
parented9625eb62be1e1c44cecdd73ea0d80077a15d48 (diff)
Merge commit 'ed9625eb62be1e1c44cecdd73ea0d80077a15d48'
* commit 'ed9625eb62be1e1c44cecdd73ea0d80077a15d48': dsputil: Move intreadwrite.h #include from header file to .c files Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/dsputil.h')
-rw-r--r--libavcodec/dsputil.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/dsputil.h b/libavcodec/dsputil.h
index e29d11f150..02292faf8e 100644
--- a/libavcodec/dsputil.h
+++ b/libavcodec/dsputil.h
@@ -30,7 +30,6 @@
#ifndef AVCODEC_DSPUTIL_H
#define AVCODEC_DSPUTIL_H
-#include "libavutil/intreadwrite.h"
#include "avcodec.h"
#include "rnd_avg.h"