summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormjflick <mjflick>2004-05-25 06:07:47 +0000
committermjflick <mjflick>2004-05-25 06:07:47 +0000
commit0a8a108f854cf88388f7f78d9174c15c7349b536 (patch)
treefc940d4aedc4fb273b8125698a4ad5b25523174e
parenta70955c7e511b59ba476979db98f9e2441a391fd (diff)
downloadfontutils-0a8a108f854cf88388f7f78d9174c15c7349b536.tar.gz
removed foreign kpathsea path(s)
-rw-r--r--include/concatn.h8
-rw-r--r--include/hash.h4
-rw-r--r--include/hexify.h2
-rw-r--r--include/logreport.h2
-rw-r--r--include/paths.h2
-rw-r--r--include/pk.h2
-rw-r--r--include/report.h2
-rw-r--r--include/spline.h2
-rw-r--r--include/statistics.h2
-rw-r--r--include/varstring.h2
-rw-r--r--include/vector.h2
-rw-r--r--include/xmessage.h2
12 files changed, 16 insertions, 16 deletions
diff --git a/include/concatn.h b/include/concatn.h
index 311f2d1..aa87840 100644
--- a/include/concatn.h
+++ b/include/concatn.h
@@ -22,12 +22,12 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#ifndef KPATHSEA_CONCATN_H
#define KPATHSEA_CONCATN_H
-#include <kpathsea/c-proto.h>
-#include <kpathsea/c-vararg.h>
-#include <kpathsea/types.h>
+#include "c-proto.h"
+#include "c-vararg.h"
+#include "types.h"
/* Concatenate a null-terminated list of strings and return the result
in malloc-allocated memory. */
-extern DllImport string concatn PVAR1H(const_string str1);
+extern string concatn PVAR1H(const_string str1);
#endif /* not KPATHSEA_CONCATN_H */
diff --git a/include/hash.h b/include/hash.h
index f9072a7..f56a979 100644
--- a/include/hash.h
+++ b/include/hash.h
@@ -19,8 +19,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#ifndef HASH_H
#define HASH_H
-#include <kpathsea/c-proto.h>
-#include <kpathsea/types.h>
+#include "c-proto.h"
+#include "types.h"
/* A single (key,value) pair. */
diff --git a/include/hexify.h b/include/hexify.h
index 600998c..a02ddd8 100644
--- a/include/hexify.h
+++ b/include/hexify.h
@@ -19,7 +19,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifndef HEXIFY_H
#define HEXIFY_H
-#include <kpathsea/types.h>
+#include "types.h"
diff --git a/include/logreport.h b/include/logreport.h
index 1909964..e48c8ba 100644
--- a/include/logreport.h
+++ b/include/logreport.h
@@ -20,7 +20,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#define LOGREPORT_H
#include <stdio.h>
-#include <kpathsea/types.h>
+#include "types.h"
/* report.h is a separate file because the programs which use it are a
diff --git a/include/paths.h b/include/paths.h
index 087288d..8988a70 100644
--- a/include/paths.h
+++ b/include/paths.h
@@ -1,4 +1,4 @@
-/* Generated from paths.h.in (Sun May 16 01:43:29 EDT 2004). */
+/* Generated from paths.h.in (Tue May 25 00:54:31 EDT 2004). */
/* Paths. */
/* If the environment variable `FONTUTIL_LIB' isn't set, use this
diff --git a/include/pk.h b/include/pk.h
index 1e7fd8b..6bb628a 100644
--- a/include/pk.h
+++ b/include/pk.h
@@ -23,7 +23,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "bounding-box.h"
#include "font.h"
-#include <kpathsea/types.h>
+#include "types.h"
diff --git a/include/report.h b/include/report.h
index b1d615c..aa15546 100644
--- a/include/report.h
+++ b/include/report.h
@@ -20,7 +20,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#define REPORT_H
#include <stdio.h>
-#include <kpathsea/types.h>
+#include "types.h"
diff --git a/include/spline.h b/include/spline.h
index f6690cb..c6b38f2 100644
--- a/include/spline.h
+++ b/include/spline.h
@@ -21,7 +21,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <stdio.h>
#include "bounding-box.h"
-#include <kpathsea/types.h>
+#include "types.h"
diff --git a/include/statistics.h b/include/statistics.h
index a2f05c0..09516b3 100644
--- a/include/statistics.h
+++ b/include/statistics.h
@@ -19,7 +19,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifndef STATISTICS_H
#define STATISTICS_H
-#include <kpathsea/types.h>
+#include "types.h"
diff --git a/include/varstring.h b/include/varstring.h
index 0768e4b..7d94f09 100644
--- a/include/varstring.h
+++ b/include/varstring.h
@@ -19,7 +19,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifndef VARSTRING_H
#define VARSTRING_H
-#include <kpathsea/types.h>
+#include "types.h"
diff --git a/include/vector.h b/include/vector.h
index cf58143..87cfcda 100644
--- a/include/vector.h
+++ b/include/vector.h
@@ -19,7 +19,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifndef VECTOR_H
#define VECTOR_H
-#include <kpathsea/types.h>
+#include "types.h"
/* Our vectors are represented as displacements along the x and y axes. */
diff --git a/include/xmessage.h b/include/xmessage.h
index f9a75a3..de786a8 100644
--- a/include/xmessage.h
+++ b/include/xmessage.h
@@ -19,7 +19,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifndef MESSAGE_H
#define MESSAGE_H
-#include <kpathsea/types.h>
+#include "types.h"
#include "xt-common.h"