comparison snow.c @ 4962:f99e40a7155b libavcodec

Remove redundant #inclusion of common.h, avcodec.h already #includes it.
author diego
date Thu, 10 May 2007 09:00:44 +0000
parents a96d905dcbaa
children 176ac8353f48
comparison
equal deleted inserted replaced
4961:3e8e345084cb 4962:f99e40a7155b
17 * License along with FFmpeg; if not, write to the Free Software 17 * License along with FFmpeg; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19 */ 19 */
20 20
21 #include "avcodec.h" 21 #include "avcodec.h"
22 #include "common.h"
23 #include "dsputil.h" 22 #include "dsputil.h"
24 #include "snow.h" 23 #include "snow.h"
25 24
26 #include "rangecoder.h" 25 #include "rangecoder.h"
27 26