summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormjflick <mjflick>2004-05-25 04:39:23 +0000
committermjflick <mjflick>2004-05-25 04:39:23 +0000
commit76adc924f344340c811cf52cb21e927dd52b4090 (patch)
treed76f2772c64b4bab093db4611cdc51fd99caa901
parentc9f49ba2f02e8e00104b6dd3a19902eb52d84cdd (diff)
downloadfontutils-76adc924f344340c811cf52cb21e927dd52b4090.tar.gz
removed foreign kpathsea path(s)
-rw-r--r--include/charspec.h2
-rw-r--r--include/encoding.h2
-rw-r--r--include/filename.h2
-rw-r--r--include/libfile.h2
-rw-r--r--include/pathsrch.h2
-rw-r--r--include/str-lcase.h2
6 files changed, 6 insertions, 6 deletions
diff --git a/include/charspec.h b/include/charspec.h
index a22af23..9a26820 100644
--- a/include/charspec.h
+++ b/include/charspec.h
@@ -20,7 +20,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#define CHARSPEC_H
#include "encoding.h"
-#include <kpathsea/types.h>
+#include "types.h"
/* If SPEC starts with a digit, return the result of `xparse_charcode
diff --git a/include/encoding.h b/include/encoding.h
index c464173..4efc360 100644
--- a/include/encoding.h
+++ b/include/encoding.h
@@ -21,7 +21,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "font.h"
#include "list.h"
-#include <kpathsea/types.h>
+#include "types.h"
/* A single character from the encoding file. Since we usually want to
diff --git a/include/filename.h b/include/filename.h
index 67ec609..0408370 100644
--- a/include/filename.h
+++ b/include/filename.h
@@ -19,7 +19,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifndef FILENAME_H
#define FILENAME_H
-#include <kpathsea/types.h>
+#include "types.h"
/* This searches specifically for the PK font FONT_NAME at resolution
diff --git a/include/libfile.h b/include/libfile.h
index bb83d7a..ea9ed9c 100644
--- a/include/libfile.h
+++ b/include/libfile.h
@@ -19,7 +19,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifndef LIBFILE_H
#define LIBFILE_H
-#include <kpathsea/types.h>
+#include "types.h"
/* Open (close) the file `HEAD.SUFFIX' using the library path. Give a
diff --git a/include/pathsrch.h b/include/pathsrch.h
index 6bda1dd..027256c 100644
--- a/include/pathsrch.h
+++ b/include/pathsrch.h
@@ -20,7 +20,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifndef PATHSEARCH_H
#define PATHSEARCH_H
-#include <kpathsea/types.h>
+#include "types.h"
/* Look for FILENAME in each of the directories given in the DIR_LIST
diff --git a/include/str-lcase.h b/include/str-lcase.h
index dcc4d98..1e76b3e 100644
--- a/include/str-lcase.h
+++ b/include/str-lcase.h
@@ -21,7 +21,7 @@ Cambridge, MA 02139, USA. */
#ifndef STR_LCASE_H
#define STR_LCASE_H
-#include <kpathsea/types.h>
+#include "types.h"
/* Return a malloced copy of S with all its uppercase letters replaced