libavcodec/decode: remove duplicate includes

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
Michael Niedermayer 2017-12-13 21:51:31 +01:00
parent e8f0a463b0
commit f7617d4b83
1 changed files with 0 additions and 3 deletions

View File

@ -21,9 +21,6 @@
#ifndef AVCODEC_DECODE_H
#define AVCODEC_DECODE_H
#include "libavutil/buffer.h"
#include "libavutil/frame.h"
#include "libavutil/buffer.h"
#include "libavutil/frame.h"
#include "libavutil/hwcontext.h"