diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-01-11 20:26:53 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-01-11 20:26:53 +0000 |
commit | ff8769e205ef6f6b4b8f82f7924d7b601a90b7f7 (patch) | |
tree | 85ef8285b979c20a6becaf6c704bcf3e684dbacc | |
parent | 84f8d1f604a324c074ce2b10397b16b894dda56a (diff) | |
download | ffmpeg-ff8769e205ef6f6b4b8f82f7924d7b601a90b7f7.tar.gz |
Drop unnecessary intreadwrite.h and bswap.h #includes.
Originally committed as revision 16546 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavutil/internal.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavutil/internal.h b/libavutil/internal.h index 251cc33b00..bbf4407139 100644 --- a/libavutil/internal.h +++ b/libavutil/internal.h @@ -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)) |