comparison libvo/font_load_ft.c @ 7147:0541f7fb59bf

libgen.h is glibc specific, and not used at all -> removed noticed by Steven M. Schultz <sms@2BSD.COM>
author arpi
date Thu, 29 Aug 2002 21:09:48 +0000
parents b9ce54c7f30f
children 9fc45fe0d444
comparison
equal deleted inserted replaced
7146:c3f4a1c124ed 7147:0541f7fb59bf
13 13
14 #ifdef HAVE_FREETYPE 14 #ifdef HAVE_FREETYPE
15 15
16 #include <stdio.h> 16 #include <stdio.h>
17 #include <stdlib.h> 17 #include <stdlib.h>
18 #include <iconv.h>
19 #include <math.h> 18 #include <math.h>
20 #include <string.h> 19 #include <string.h>
21 #include <libgen.h> 20
21 #include <iconv.h>
22 22
23 #include <freetype/freetype.h> 23 #include <freetype/freetype.h>
24 #include <freetype/ftglyph.h> 24 #include <freetype/ftglyph.h>
25 25
26 #include "../bswap.h" 26 #include "../bswap.h"