diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2010-08-29 22:06:48 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2010-08-29 22:06:48 +0000 |
commit | 1ac301cad88a5959bb6d37bf66d2a023168980f9 (patch) | |
tree | 9e659d02d9ce2a0dcf01193256d7a14281bd53b3 /libavformat | |
parent | 9e0d82418beb242d74aae2b444de35c071ffab50 (diff) | |
download | ffmpeg-1ac301cad88a5959bb6d37bf66d2a023168980f9.tar.gz |
cleanup includes which are not used anymore in raw.c
Originally committed as revision 24984 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/raw.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libavformat/raw.c b/libavformat/raw.c index 0a1a140e24..b8351bf007 100644 --- a/libavformat/raw.c +++ b/libavformat/raw.c @@ -20,12 +20,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include "libavcodec/get_bits.h" -#include "libavcodec/bytestream.h" #include "avformat.h" #include "raw.h" -#include "id3v2.h" -#include "id3v1.h" /* simple formats */ |