mirror of https://github.com/mpv-player/mpv
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:
parent
be1b28d9ab
commit
bb2db97193
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue