diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-03-13 18:10:58 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-03-13 18:10:58 +0000 |
commit | bfb80dbe216d8f0c8e1c4d79796804983d8a5056 (patch) | |
tree | 3b1c7c3311ac2a8cc61c9e72ceb4ecaecdbe2705 | |
parent | a087028ad8df703f72db629781204f371049cd77 (diff) | |
download | ffmpeg-bfb80dbe216d8f0c8e1c4d79796804983d8a5056.tar.gz |
This file does not use size_t, so no need to #include <sys/types.h>.
Originally committed as revision 12432 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/avcodec.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 <sys/types.h> /* size_t */ #define LIBAVCODEC_VERSION_MAJOR 51 #define LIBAVCODEC_VERSION_MINOR 51 |