Don't include libgen.h.
authorhanda <handa>
Tue, 7 Sep 2004 08:59:14 +0000 (08:59 +0000)
committerhanda <handa>
Tue, 7 Sep 2004 08:59:14 +0000 (08:59 +0000)
example/otfdump.c
example/otfview.c

index abbb43e..4541c02 100644 (file)
@@ -28,7 +28,6 @@ write to the Free Software Foundation, Inc., 59 Temple Place, Suite
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>
-#include <libgen.h>
 
 #include <otf.h>
 
index 809b69c..8e46bd7 100644 (file)
@@ -26,7 +26,6 @@ write to the Free Software Foundation, Inc., 59 Temple Place, Suite
 #include <string.h>
 #include <sys/stat.h>
 #include <unistd.h>
-#include <libgen.h>
 
 #include <X11/Xatom.h>
 #include <X11/Intrinsic.h>