From 5a1af6cff5aae1c2d462612c2ad36eedde78d104 Mon Sep 17 00:00:00 2001 From: mjflick Date: Tue, 25 May 2004 06:13:22 +0000 Subject: removed foreign kpathsea path(s) --- lib/concatn.c | 4 ++-- lib/dir.c | 8 +++++--- lib/extend-fname.c | 2 +- lib/find-suffix.c | 4 ++-- lib/font.c | 7 +++---- lib/hash.c | 6 +++--- lib/identity.c | 6 +++--- lib/integer-ok.c | 2 +- lib/libfile.c | 4 ++-- lib/make-prefix.c | 2 +- lib/pathsrch.c | 4 ++-- lib/str-lcase.c | 2 +- lib/str-to-bit.c | 2 +- 13 files changed, 27 insertions(+), 26 deletions(-) diff --git a/lib/concatn.c b/lib/concatn.c index 73f7d26..8836357 100644 --- a/lib/concatn.c +++ b/lib/concatn.c @@ -16,9 +16,9 @@ You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include +#include "config.h" -#include +#include "concatn.h" /* OK, it would be epsilon more efficient to compute the total length diff --git a/lib/dir.c b/lib/dir.c index 1ca64ae..0cd5249 100644 --- a/lib/dir.c +++ b/lib/dir.c @@ -16,11 +16,13 @@ You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + #include "config.h" -#include -#include -#include +#include "c-dir.h" +#include "c-stat.h" +#include "hash.h" +#include "lib.h" /* Return true if FN is a directory or a symlink to a directory, diff --git a/lib/extend-fname.c b/lib/extend-fname.c index 98d118c..6744674 100644 --- a/lib/extend-fname.c +++ b/lib/extend-fname.c @@ -16,7 +16,7 @@ You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include +#include "config.h" /* We may or may not return NAME. It's up to the caller not to assume diff --git a/lib/find-suffix.c b/lib/find-suffix.c index 9774713..cb0f9cf 100644 --- a/lib/find-suffix.c +++ b/lib/find-suffix.c @@ -16,9 +16,9 @@ You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include +#include "config.h" -#include +#include "c-pathch.h" /* Return pointer to first character after `.' in last directory element diff --git a/lib/font.c b/lib/font.c index e2b9a71..b85a8d7 100644 --- a/lib/font.c +++ b/lib/font.c @@ -18,10 +18,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "config.h" -#include -#include -#include -#include +#include "tex-file.h" +#include "paths.h" +#include "c-ctype.h" #include "filename.h" #include "font.h" diff --git a/lib/hash.c b/lib/hash.c index f6450b6..69329cf 100644 --- a/lib/hash.c +++ b/lib/hash.c @@ -16,10 +16,10 @@ You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include +#include "config.h" -#include -#include +#include "hash.h" +#include "str-list.h" /* The hash function. We go for simplicity here. */ diff --git a/lib/identity.c b/lib/identity.c index ffe0e1d..1412860 100644 --- a/lib/identity.c +++ b/lib/identity.c @@ -17,9 +17,9 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include -#include -#include -#include +#include "c-proto.h" +#include "lib.h" +#include "progname.h" /* Return `hostname:pid' as a string. */ diff --git a/lib/integer-ok.c b/lib/integer-ok.c index 5af9214..eced4c8 100644 --- a/lib/integer-ok.c +++ b/lib/integer-ok.c @@ -18,7 +18,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "config.h" -#include +#include "c-ctype.h" boolean diff --git a/lib/libfile.c b/lib/libfile.c index 7ce3633..9371779 100644 --- a/lib/libfile.c +++ b/lib/libfile.c @@ -19,8 +19,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "config.h" #include "paths.h" -#include -#include +#include "c-ctype.h" +#include "line.h" #include "libfile.h" #include "pathsrch.h" diff --git a/lib/make-prefix.c b/lib/make-prefix.c index fe4fcd4..9a454aa 100644 --- a/lib/make-prefix.c +++ b/lib/make-prefix.c @@ -18,7 +18,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "config.h" -#include +#include "concatn.h" string diff --git a/lib/pathsrch.c b/lib/pathsrch.c index e513df5..505e85f 100644 --- a/lib/pathsrch.c +++ b/lib/pathsrch.c @@ -22,13 +22,13 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "config.h" -#include +#include "c-stat.h" #include "c-pathch.h" #include "c-namemx.h" #include "c-pathmx.h" #include "paths.h" -#include +#include "c-ctype.h" #if !defined (DOS) && !defined (VMS) && !defined (VMCMS) #include #endif diff --git a/lib/str-lcase.c b/lib/str-lcase.c index 0c21a4c..f8a272f 100644 --- a/lib/str-lcase.c +++ b/lib/str-lcase.c @@ -20,7 +20,7 @@ Cambridge, MA 02139, USA. */ #include "config.h" -#include +#include "c-ctype.h" #include "str-lcase.h" diff --git a/lib/str-to-bit.c b/lib/str-to-bit.c index 83ffa42..634e472 100644 --- a/lib/str-to-bit.c +++ b/lib/str-to-bit.c @@ -18,7 +18,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "config.h" -#include +#include "c-ctype.h" #include "font.h" -- cgit v1.2.1