diff avcodec.h @ 6491:c8c58c35feef libavcodec

This file does not use size_t, so no need to #include <sys/types.h>.
author diego
date Thu, 13 Mar 2008 18:10:58 +0000
parents 3f96dc62c4b9
children 791b0ef6e72e
line wrap: on
line diff
--- a/avcodec.h	Thu Mar 13 01:49:19 2008 +0000
+++ b/avcodec.h	Thu Mar 13 18:10:58 2008 +0000
@@ -28,7 +28,6 @@
 
 
 #include "libavutil/avutil.h"
-#include <sys/types.h> /* size_t */
 
 #define LIBAVCODEC_VERSION_MAJOR 51
 #define LIBAVCODEC_VERSION_MINOR 51