changeset 30548:cbbbe3d58f4c

Remove pointless header #includes; #include only required header stdint.h.
author diego
date Tue, 16 Feb 2010 11:31:29 +0000
parents 23dc17cd98db
children 11106186d92c
files libmpdemux/aac_hdr.c
diffstat 1 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/libmpdemux/aac_hdr.c	Sun Feb 14 18:50:32 2010 +0000
+++ b/libmpdemux/aac_hdr.c	Tue Feb 16 11:31:29 2010 +0000
@@ -18,10 +18,7 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
-#include <stdlib.h>
-#include <inttypes.h>
-
-#include "config.h"
+#include <stdint.h>
 
 /// \param srate (out) sample rate
 /// \param num (out) number of audio frames in this ADTS frame