projects
/
m17n
/
libotf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4bc070
)
Don't include libgen.h.
author
handa
<handa>
Tue, 7 Sep 2004 08:59:14 +0000
(08:59 +0000)
committer
handa
<handa>
Tue, 7 Sep 2004 08:59:14 +0000
(08:59 +0000)
example/otfdump.c
patch
|
blob
|
history
example/otfview.c
patch
|
blob
|
history
diff --git
a/example/otfdump.c
b/example/otfdump.c
index
abbb43e
..
4541c02
100644
(file)
--- a/
example/otfdump.c
+++ b/
example/otfdump.c
@@
-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>
diff --git
a/example/otfview.c
b/example/otfview.c
index
809b69c
..
8e46bd7
100644
(file)
--- a/
example/otfview.c
+++ b/
example/otfview.c
@@
-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>