diff options
author | hobbs <hobbs> | 2008-11-04 23:55:33 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2008-11-04 23:55:33 (GMT) |
commit | 816e6afe5aa1f2d7ab7a23576041e8fcdd704eea (patch) | |
tree | 217fbe72040c9790c3508007c9b3f2f632110091 /generic | |
parent | c8dfc3878f4d71e1ff87e7dc80de248cbc87da85 (diff) | |
download | tk-816e6afe5aa1f2d7ab7a23576041e8fcdd704eea.zip tk-816e6afe5aa1f2d7ab7a23576041e8fcdd704eea.tar.gz tk-816e6afe5aa1f2d7ab7a23576041e8fcdd704eea.tar.bz2 |
* generic/tkPort.h: remove the ../unix/ header dir as the build
system already has it, and it confuses builds when used with
private headers installed.
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tkPort.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkPort.h b/generic/tkPort.h index ec4b362..15f3d10 100644 --- a/generic/tkPort.h +++ b/generic/tkPort.h @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkPort.h,v 1.3.2.1 2004/01/01 00:34:56 das Exp $ + * RCS: @(#) $Id: tkPort.h,v 1.3.2.2 2008/11/04 23:55:34 hobbs Exp $ */ #ifndef _TKPORT @@ -31,7 +31,7 @@ # elif defined(MAC_OSX_TK) # include "tkMacOSXPort.h" # else -# include "../unix/tkUnixPort.h" +# include "tkUnixPort.h" # endif #endif |