comparison liba52/parse.c @ 428:dd4f4c3d7171 libavcodec

consistent include usage
author glantau
date Sat, 25 May 2002 22:42:45 +0000
parents 207cc56d18f8
children e113a950c074
comparison
equal deleted inserted replaced
427:c058624083e1 428:dd4f4c3d7171
19 * You should have received a copy of the GNU General Public License 19 * You should have received a copy of the GNU General Public License
20 * along with this program; if not, write to the Free Software 20 * along with this program; if not, write to the Free Software
21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
22 */ 22 */
23 23
24 #include "config.h"
25
26 #include <stdlib.h>
27 #include <string.h>
28 #include <inttypes.h>
29
30 #include "a52.h" 24 #include "a52.h"
31 #include "a52_internal.h" 25 #include "a52_internal.h"
32 #include "bitstream.h" 26 #include "bitstream.h"
33 #include "tables.h" 27 #include "tables.h"
34 28