From 0a8a108f854cf88388f7f78d9174c15c7349b536 Mon Sep 17 00:00:00 2001 From: mjflick Date: Tue, 25 May 2004 06:07:47 +0000 Subject: removed foreign kpathsea path(s) --- include/concatn.h | 8 ++++---- include/hash.h | 4 ++-- include/hexify.h | 2 +- include/logreport.h | 2 +- include/paths.h | 2 +- include/pk.h | 2 +- include/report.h | 2 +- include/spline.h | 2 +- include/statistics.h | 2 +- include/varstring.h | 2 +- include/vector.h | 2 +- include/xmessage.h | 2 +- 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 -#include -#include +#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 -#include +#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 +#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 -#include +#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 +#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 -#include +#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 #include "bounding-box.h" -#include +#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 +#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 +#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 +#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 +#include "types.h" #include "xt-common.h" -- cgit v1.2.1