[FFmpeg-cvslog] r16546 - trunk/libavutil/internal.h
Diego Biurrun
diego
Sun Jan 11 21:42:41 CET 2009
On Sun, Jan 11, 2009 at 09:26:54PM +0100, diego wrote:
>
> Log:
> Drop unnecessary intreadwrite.h and bswap.h #includes.
>
> --- trunk/libavutil/internal.h Sun Jan 11 21:12:14 2009 (r16545)
> +++ trunk/libavutil/internal.h Sun Jan 11 21:26:53 2009 (r16546)
> @@ -96,8 +96,6 @@
>
> #include "config.h"
> -#include "intreadwrite.h"
> -#include "bswap.h"
This creates a lot of implicit declaration warnings. I will fix them
in a moment. I needed to drop these #includes to be able to extend
'make checkheaders' to arch subdirectories.
Diego
More information about the ffmpeg-cvslog
mailing list