Mercurial > libavcodec.hg
comparison lcldec.c @ 9768:c0af0d67bb8f libavcodec
Remove unnecessary put_bits/get_bits includes.
author | reimar |
---|---|
date | Sun, 31 May 2009 10:37:05 +0000 |
parents | 99d5a25c5895 |
children | 6efef56e20b3 |
comparison
equal
deleted
inserted
replaced
9767:99d5a25c5895 | 9768:c0af0d67bb8f |
---|---|
40 | 40 |
41 #include <stdio.h> | 41 #include <stdio.h> |
42 #include <stdlib.h> | 42 #include <stdlib.h> |
43 | 43 |
44 #include "avcodec.h" | 44 #include "avcodec.h" |
45 #include "get_bits.h" | |
46 #include "bytestream.h" | 45 #include "bytestream.h" |
47 #include "lcl.h" | 46 #include "lcl.h" |
48 | 47 |
49 #if CONFIG_ZLIB_DECODER | 48 #if CONFIG_ZLIB_DECODER |
50 #include <zlib.h> | 49 #include <zlib.h> |