Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2014-02-10 21:58:28 +0400
committerDiego Biurrun <diego@biurrun.de>2014-03-13 16:50:28 +0400
commited9625eb62be1e1c44cecdd73ea0d80077a15d48 (patch)
tree76af0ad117bbbcc6408e44c915e8bcd85234f042 /libavcodec/dsputil.h
parent9103185bd116930f90b847090e66a64fa9971ce2 (diff)
dsputil: Move intreadwrite.h #include from header file to .c files
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 46aa8aa8d6..81efd42fc2 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"