diff options
author | dgp <dgp@users.sourceforge.net> | 2004-03-30 16:13:57 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-03-30 16:13:57 (GMT) |
commit | 18687b718a2c5a3bc06cd3aea1c081fa25827009 (patch) | |
tree | c62990f54e3a95609902a32a5d73bb1e6daf09df /generic/tclFileName.c | |
parent | 5b3cf09d56c6bccfa2d2d4ffcedab7afa9738188 (diff) | |
download | tcl-18687b718a2c5a3bc06cd3aea1c081fa25827009.zip tcl-18687b718a2c5a3bc06cd3aea1c081fa25827009.tar.gz tcl-18687b718a2c5a3bc06cd3aea1c081fa25827009.tar.bz2 |
Corrected case: Filesystem.h -> FileSystem.h
Diffstat (limited to 'generic/tclFileName.c')
-rw-r--r-- | generic/tclFileName.c | 4 |
1 files 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 |