summaryrefslogtreecommitdiffstats
path: root/libass/ass.c
diff options
context:
space:
mode:
authoreugeni <eugeni@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-15 22:46:56 +0000
committereugeni <eugeni@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-15 22:46:56 +0000
commiteaffefaaf04e90821022c3782a2664d5233f9c4f (patch)
tree6a5f5c47c49f6e0fab11d91243814150c762942b /libass/ass.c
parente9297a3597a4369e573ee17e4eae3aa40238cc71 (diff)
downloadmpv-eaffefaaf04e90821022c3782a2664d5233f9c4f.tar.bz2
mpv-eaffefaaf04e90821022c3782a2664d5233f9c4f.tar.xz
Replace stdint.h with inttypes.h.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19411 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libass/ass.c')
-rw-r--r--libass/ass.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libass/ass.c b/libass/ass.c
index 4738946d95..3eeb755fad 100644
--- a/libass/ass.c
+++ b/libass/ass.c
@@ -2,7 +2,6 @@
#include <stdio.h>
#include <stdlib.h>
-#include <stdint.h>
#include <string.h>
#include <assert.h>
#include <errno.h>