OSDN Git Service

Drop unnecessary intreadwrite.h and bswap.h #includes.
authorDiego Biurrun <diego@biurrun.de>
Sun, 11 Jan 2009 20:26:53 +0000 (20:26 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sun, 11 Jan 2009 20:26:53 +0000 (20:26 +0000)
Originally committed as revision 16546 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavutil/internal.h

index 251cc33..bbf4407 100644 (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))