summaryrefslogtreecommitdiffstats
path: root/xlib
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-04-20 15:14:29 (GMT)
committernijtmans <nijtmans>2010-04-20 15:14:29 (GMT)
commit76388d17b0a6f708fa57225992f800087771d4e5 (patch)
tree4e908c15e6328e72bf6e1affb2dca1522097c31f /xlib
parenta3b62245d461eae0ac5a21520bb3f4a7cff22f68 (diff)
downloadtk-76388d17b0a6f708fa57225992f800087771d4e5.zip
tk-76388d17b0a6f708fa57225992f800087771d4e5.tar.gz
tk-76388d17b0a6f708fa57225992f800087771d4e5.tar.bz2
tkPort.h already includes tk.h, which includes tcl.h
Always use #include "tkInt.h", not <tkInt.h>
Diffstat (limited to 'xlib')
-rw-r--r--xlib/xcolors.c4
-rw-r--r--xlib/xgc.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/xlib/xcolors.c b/xlib/xcolors.c
index 4122b86..90a9a9a 100644
--- a/xlib/xcolors.c
+++ b/xlib/xcolors.c
@@ -9,10 +9,10 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: xcolors.c,v 1.8 2008/10/17 23:18:38 nijtmans Exp $
+ * RCS: @(#) $Id: xcolors.c,v 1.9 2010/04/20 15:14:30 nijtmans Exp $
*/
-#include <tkInt.h>
+#include "tkInt.h"
/*
* This value will be set to the number of colors in the color table
diff --git a/xlib/xgc.c b/xlib/xgc.c
index eaeec32..a2a7087 100644
--- a/xlib/xgc.c
+++ b/xlib/xgc.c
@@ -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>