changeset 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 c3f4a1c124ed
children d48db6256efb
files libvo/font_load_ft.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/font_load_ft.c	Thu Aug 29 21:06:33 2002 +0000
+++ b/libvo/font_load_ft.c	Thu Aug 29 21:09:48 2002 +0000
@@ -15,10 +15,10 @@
 
 #include <stdio.h>
 #include <stdlib.h>
-#include <iconv.h>
 #include <math.h>
 #include <string.h>
-#include <libgen.h>
+
+#include <iconv.h>
 
 #include <freetype/freetype.h>
 #include <freetype/ftglyph.h>