]> git.sesse.net Git - ffmpeg/commitdiff
lavc/libdavs2: remove unused header files
authorhwren <hwrenx@126.com>
Wed, 12 Sep 2018 05:53:07 +0000 (13:53 +0800)
committerMark Thompson <sw@jkqxz.net>
Mon, 17 Sep 2018 22:20:40 +0000 (23:20 +0100)
Signed-off-by: hwren <hwrenx@126.com>
libavcodec/libdavs2.c

index 70aae3e5eb02884df732c58e34bdf0a5cd638ca9..ab9e5116c3e7ccb713a8cde2600dfb4ef913e394 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#include "libavutil/avassert.h"
-#include "libavutil/common.h"
-#include "libavutil/avutil.h"
 #include "avcodec.h"
-#include "libavutil/imgutils.h"
-#include "internal.h"
-
 #include "davs2.h"
 
 typedef struct DAVS2Context {