diff options
author | nijtmans <nijtmans> | 2010-04-20 15:14:29 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-04-20 15:14:29 (GMT) |
commit | b3c31e62ae8cf19776e14285d9499a7798e4c3cc (patch) | |
tree | 4e908c15e6328e72bf6e1affb2dca1522097c31f /generic/tk3d.h | |
parent | aa8802a2061d32ec0cb8116e04910335fd624109 (diff) | |
download | tk-b3c31e62ae8cf19776e14285d9499a7798e4c3cc.zip tk-b3c31e62ae8cf19776e14285d9499a7798e4c3cc.tar.gz tk-b3c31e62ae8cf19776e14285d9499a7798e4c3cc.tar.bz2 |
tkPort.h already includes tk.h, which includes tcl.h
Always use #include "tkInt.h", not <tkInt.h>
Diffstat (limited to 'generic/tk3d.h')
-rw-r--r-- | generic/tk3d.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tk3d.h b/generic/tk3d.h index eabab7a..b03af94 100644 --- a/generic/tk3d.h +++ b/generic/tk3d.h @@ -8,13 +8,13 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tk3d.h,v 1.8 2008/10/09 09:42:50 dkf Exp $ + * RCS: @(#) $Id: tk3d.h,v 1.9 2010/04/20 15:14:29 nijtmans Exp $ */ #ifndef _TK3D #define _TK3D -#include <tkInt.h> +#include "tkInt.h" #ifdef BUILD_tk # undef TCL_STORAGE_CLASS |