From 5b981f805ac843d8ab9f1e8e920dc599f7a4e1d2 Mon Sep 17 00:00:00 2001 From: pl Date: Sun, 6 Jan 2002 13:06:51 +0000 Subject: stdint.h replaced by inttypes.h (used more frequently in the sources) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4004 b3059339-0415-0410-9bf9-f77b7e298cf2 --- divx4_vbr.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'divx4_vbr.c') diff --git a/divx4_vbr.c b/divx4_vbr.c index 8b7d8debbf..dc033a006d 100644 --- a/divx4_vbr.c +++ b/divx4_vbr.c @@ -42,13 +42,7 @@ #include #include #include - -#include "config.h" - -#ifdef HAVE_STDINT_H -#include -#endif - +#include #include "divx4_vbr.h" -- cgit v1.2.3