diff options
author | nijtmans <nijtmans> | 2010-04-20 15:14:29 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-04-20 15:14:29 (GMT) |
commit | 1465d1de2bd177a7148f92f80d4c003fc04ca3c1 (patch) | |
tree | 4e908c15e6328e72bf6e1affb2dca1522097c31f /xlib/xgc.c | |
parent | 64c4b08a44ece02ac3c52d893e73c98b5e8f6cc5 (diff) | |
download | tk-1465d1de2bd177a7148f92f80d4c003fc04ca3c1.zip tk-1465d1de2bd177a7148f92f80d4c003fc04ca3c1.tar.gz tk-1465d1de2bd177a7148f92f80d4c003fc04ca3c1.tar.bz2 |
tkPort.h already includes tk.h, which includes tcl.h
Always use #include "tkInt.h", not <tkInt.h>
Diffstat (limited to 'xlib/xgc.c')
-rw-r--r-- | xlib/xgc.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,10 +11,10 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: xgc.c,v 1.17 2009/06/29 14:35:01 das Exp $ + * RCS: @(#) $Id: xgc.c,v 1.18 2010/04/20 15:14:30 nijtmans Exp $ */ -#include <tkInt.h> +#include "tkInt.h" #if !defined(MAC_OSX_TK) # include <X11/Xlib.h> |