diff options
author | hobbs <hobbs@noemail.net> | 2008-11-04 23:55:32 (GMT) |
---|---|---|
committer | hobbs <hobbs@noemail.net> | 2008-11-04 23:55:32 (GMT) |
commit | 2bb6d95d8f89d8329fcb51e35cfd500523d07b56 (patch) | |
tree | 217fbe72040c9790c3508007c9b3f2f632110091 /generic/tkPort.h | |
parent | 78afa2770b7537b638f3dd77245826b82d28699c (diff) | |
download | tk-2bb6d95d8f89d8329fcb51e35cfd500523d07b56.zip tk-2bb6d95d8f89d8329fcb51e35cfd500523d07b56.tar.gz tk-2bb6d95d8f89d8329fcb51e35cfd500523d07b56.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.
FossilOrigin-Name: c83c543647979f202b718a61c81ac9f8763d7660
Diffstat (limited to 'generic/tkPort.h')
-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 |