OSDN Git Service

This file does not use size_t, so no need to #include <sys/types.h>.
authorDiego Biurrun <diego@biurrun.de>
Thu, 13 Mar 2008 18:10:58 +0000 (18:10 +0000)
committerDiego Biurrun <diego@biurrun.de>
Thu, 13 Mar 2008 18:10:58 +0000 (18:10 +0000)
Originally committed as revision 12432 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/avcodec.h

index f3c1a8b..7def341 100644 (file)
@@ -28,7 +28,6 @@
 
 
 #include "libavutil/avutil.h"
-#include <sys/types.h> /* size_t */
 
 #define LIBAVCODEC_VERSION_MAJOR 51
 #define LIBAVCODEC_VERSION_MINOR 51