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:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2013-08-09 22:50:29 +0400
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>2013-08-10 09:56:42 +0400
commitd4db7c334b6665b49d3f98bd5d7e0088f598d7b1 (patch)
tree8fad77419fa9988eb804d59b3d5f828ca8a9654f /libavcodec/utils.c
parentdb8578a809f5050abbeee3d6baa47f77fab21c39 (diff)
Integrate accessors.h header into internal.h
I have no idea why I added a separate header, I think there is no good reason for it. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Diffstat (limited to 'libavcodec/utils.c')
-rw-r--r--libavcodec/utils.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/utils.c b/libavcodec/utils.c
index 063105a3f3..c23805a341 100644
--- a/libavcodec/utils.c
+++ b/libavcodec/utils.c
@@ -26,7 +26,6 @@
*/
#include "config.h"
-#include "libavutil/accessors.h"
#include "libavutil/atomic.h"
#include "libavutil/attributes.h"
#include "libavutil/avassert.h"