libgen.h is glibc specific, and not used at all -> removed

noticed by Steven M. Schultz <sms@2BSD.COM>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7148 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-08-29 21:09:48 +00:00
parent be1b28d9ab
commit bb2db97193
1 changed files with 2 additions and 2 deletions

View File

@ -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>