Drop unnecessary intreadwrite.h and bswap.h #includes.

Originally committed as revision 16546 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2009-01-11 20:26:53 +00:00
parent 84f8d1f604
commit ff8769e205
1 changed files with 0 additions and 2 deletions

View File

@ -96,8 +96,6 @@
#endif
#include "config.h"
#include "intreadwrite.h"
#include "bswap.h"
#ifndef offsetof
# define offsetof(T,F) ((unsigned int)((char *)&((T *)0)->F))