summaryrefslogtreecommitdiffstats
path: root/libass/ass_font.c
diff options
context:
space:
mode:
authorGrigori Goronzy <greg@chown.ath.cx>2015-09-07 23:44:41 +0200
committerGrigori Goronzy <greg@chown.ath.cx>2015-09-11 01:12:47 +0200
commit47c79b79d57d017d590e9423cf1a93ed6bdfad38 (patch)
tree030579ca5e133ef3a896755ef8bcea51e91cc401 /libass/ass_font.c
parent448bc77c909009e5a75cf93f41fcfce0ebedd7eb (diff)
downloadlibass-47c79b79d57d017d590e9423cf1a93ed6bdfad38.tar.bz2
libass-47c79b79d57d017d590e9423cf1a93ed6bdfad38.tar.xz
NIH: add locale-independent string functions
OS or platform-specific locale independent functions are painful to use and/or not available, so roll our own. Not great but the least painful and least intrusive. v2: fix indexing, use static inline
Diffstat (limited to 'libass/ass_font.c')
-rw-r--r--libass/ass_font.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libass/ass_font.c b/libass/ass_font.c
index 5b0131f..67f8eec 100644
--- a/libass/ass_font.c
+++ b/libass/ass_font.c
@@ -25,7 +25,6 @@
#include FT_GLYPH_H
#include FT_TRUETYPE_TABLES_H
#include FT_OUTLINE_H
-#include <strings.h>
#include <limits.h>
#include "ass.h"