From 18687b718a2c5a3bc06cd3aea1c081fa25827009 Mon Sep 17 00:00:00 2001 From: dgp Date: Tue, 30 Mar 2004 16:13:57 +0000 Subject: Corrected case: Filesystem.h -> FileSystem.h --- generic/tclFileName.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/generic/tclFileName.c b/generic/tclFileName.c index b056ca3..60f234d 100644 --- a/generic/tclFileName.c +++ b/generic/tclFileName.c @@ -10,13 +10,13 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclFileName.c,v 1.51 2004/03/30 15:35:46 vincentdarley Exp $ + * RCS: @(#) $Id: tclFileName.c,v 1.52 2004/03/30 16:13:57 dgp Exp $ */ #include "tclInt.h" #include "tclPort.h" #include "tclRegexp.h" -#include "tclFilesystem.h" /* For TclGetPathType() */ +#include "tclFileSystem.h" /* For TclGetPathType() */ /* * The following variable is set in the TclPlatformInit call to one -- cgit v0.12