comparison alacenc.c @ 11609:01fe2ac0c8ac libavcodec

Remove useless header inclusion.
author jai_menon
date Mon, 12 Apr 2010 13:21:33 +0000
parents 7942a09aac64
children e59926e2c50c
comparison
equal deleted inserted replaced
11608:bd4754d81e42 11609:01fe2ac0c8ac
18 * License along with FFmpeg; if not, write to the Free Software 18 * License along with FFmpeg; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 */ 20 */
21 21
22 #include "avcodec.h" 22 #include "avcodec.h"
23 #include "get_bits.h"
24 #include "put_bits.h" 23 #include "put_bits.h"
25 #include "dsputil.h" 24 #include "dsputil.h"
26 #include "lpc.h" 25 #include "lpc.h"
27 #include "mathops.h" 26 #include "mathops.h"
28 27