summaryrefslogtreecommitdiffstats
path: root/generic/tkColor.h
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-04-20 15:14:29 (GMT)
committernijtmans <nijtmans>2010-04-20 15:14:29 (GMT)
commit1465d1de2bd177a7148f92f80d4c003fc04ca3c1 (patch)
tree4e908c15e6328e72bf6e1affb2dca1522097c31f /generic/tkColor.h
parent64c4b08a44ece02ac3c52d893e73c98b5e8f6cc5 (diff)
downloadtk-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 'generic/tkColor.h')
-rw-r--r--generic/tkColor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkColor.h b/generic/tkColor.h
index c61579e..36b5ec1 100644
--- a/generic/tkColor.h
+++ b/generic/tkColor.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: tkColor.h,v 1.11 2007/12/13 15:24:13 dgp Exp $
+ * RCS: @(#) $Id: tkColor.h,v 1.12 2010/04/20 15:14:29 nijtmans Exp $
*/
#ifndef _TKCOLOR
#define _TKCOLOR
-#include <tkInt.h>
+#include "tkInt.h"
#ifdef BUILD_tk
#undef TCL_STORAGE_CLASS