summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormjflick <mjflick>2004-06-13 18:39:20 +0000
committermjflick <mjflick>2004-06-13 18:39:20 +0000
commitdc94a23be324a6ac5925c77c7f245dea1e336eab (patch)
tree4dacc4d418bda3c45bfae359599b2e9e2b419a9f
parent393d2d0f85f007381265339590dba1880ac1a2dd (diff)
downloadfontutils-dc94a23be324a6ac5925c77c7f245dea1e336eab.tar.gz
ridding of kpathsea path
-rw-r--r--pbm/libpbm1.c4
-rw-r--r--tfm/tfm_output.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/pbm/libpbm1.c b/pbm/libpbm1.c
index 5c04194..48b3122 100644
--- a/pbm/libpbm1.c
+++ b/pbm/libpbm1.c
@@ -1,5 +1,5 @@
/* libpbm1.c - pbm utility library part 1
-** $Id: libpbm1.c,v 1.3 2004/05/14 17:07:14 karl Exp $
+** $Id: libpbm1.c,v 1.4 2004/06/13 18:42:27 mjflick Exp $
** Copyright (C) 1988, 2004 by Jef Poskanzer.
**
** Permission to use, copy, modify, and distribute this software and its
@@ -15,7 +15,7 @@
#include "pbm.h"
#include "libpbm.h"
-#include <kpathsea/c-ctype.h>
+#include "c-ctype.h"
#if 0 /* karl */
#include <varargs.h>
diff --git a/tfm/tfm_output.c b/tfm/tfm_output.c
index 2ff7cb4..60fe703 100644
--- a/tfm/tfm_output.c
+++ b/tfm/tfm_output.c
@@ -20,7 +20,7 @@ along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "config.h"
-#include <kpathsea/concatn.h>
+#include "concatn.h"
#include "file-output.h"
#include "report.h"