From bfb80dbe216d8f0c8e1c4d79796804983d8a5056 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 13 Mar 2008 18:10:58 +0000 Subject: [PATCH] This file does not use size_t, so no need to #include . Originally committed as revision 12432 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/avcodec.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index f3c1a8b355..7def341ce8 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -28,7 +28,6 @@ #include "libavutil/avutil.h" -#include /* size_t */ #define LIBAVCODEC_VERSION_MAJOR 51 #define LIBAVCODEC_VERSION_MINOR 51