summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-03-13 18:10:58 +0000
committerDiego Biurrun <diego@biurrun.de>2008-03-13 18:10:58 +0000
commitbfb80dbe216d8f0c8e1c4d79796804983d8a5056 (patch)
tree3b1c7c3311ac2a8cc61c9e72ceb4ecaecdbe2705 /libavcodec/avcodec.h
parenta087028ad8df703f72db629781204f371049cd77 (diff)
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
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h1
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