diff options
author | dgp <dgp@users.sourceforge.net> | 2007-09-07 00:34:51 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-09-07 00:34:51 (GMT) |
commit | 1801939be8b13e05e2dd95753046107083a17ed0 (patch) | |
tree | b96d1a5046b15547b52c5d6bc8b1d362bfcbf202 /win | |
parent | 9eeb6e7a4f32a9f04cd022da83bea178402826a0 (diff) | |
download | tk-1801939be8b13e05e2dd95753046107083a17ed0.zip tk-1801939be8b13e05e2dd95753046107083a17ed0.tar.gz tk-1801939be8b13e05e2dd95753046107083a17ed0.tar.bz2 |
header cleanup
Diffstat (limited to 'win')
-rw-r--r-- | win/tkWinConfig.c | 4 | ||||
-rw-r--r-- | win/tkWinSend.c | 3 | ||||
-rw-r--r-- | win/tkWinSendCom.c | 3 | ||||
-rw-r--r-- | win/ttkWinMonitor.c | 4 | ||||
-rw-r--r-- | win/ttkWinTheme.c | 3 | ||||
-rw-r--r-- | win/winMain.c | 5 |
6 files changed, 9 insertions, 13 deletions
diff --git a/win/tkWinConfig.c b/win/tkWinConfig.c index 967ee86..c80200b 100644 --- a/win/tkWinConfig.c +++ b/win/tkWinConfig.c @@ -9,11 +9,9 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkWinConfig.c,v 1.4 2005/12/02 00:19:04 dkf Exp $ + * RCS: @(#) $Id: tkWinConfig.c,v 1.5 2007/09/07 00:34:58 dgp Exp $ */ -#include "tk.h" -#include "tkInt.h" #include "tkWinInt.h" diff --git a/win/tkWinSend.c b/win/tkWinSend.c index 3a064be..1991e47 100644 --- a/win/tkWinSend.c +++ b/win/tkWinSend.c @@ -10,9 +10,10 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkWinSend.c,v 1.12 2007/01/11 15:35:41 dkf Exp $ + * RCS: @(#) $Id: tkWinSend.c,v 1.13 2007/09/07 00:34:58 dgp Exp $ */ +#include "tkInt.h" #include "tkWinSendCom.h" /* diff --git a/win/tkWinSendCom.c b/win/tkWinSendCom.c index 8b54d51..c9188ba 100644 --- a/win/tkWinSendCom.c +++ b/win/tkWinSendCom.c @@ -18,9 +18,10 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkWinSendCom.c,v 1.6 2005/12/02 13:42:29 dkf Exp $ + * RCS: @(#) $Id: tkWinSendCom.c,v 1.7 2007/09/07 00:34:58 dgp Exp $ */ +#include "tkInt.h" #include "tkWinSendCom.h" /* diff --git a/win/ttkWinMonitor.c b/win/ttkWinMonitor.c index b6c5a15..181db97 100644 --- a/win/ttkWinMonitor.c +++ b/win/ttkWinMonitor.c @@ -1,4 +1,4 @@ -/* $Id: ttkWinMonitor.c,v 1.10 2007/04/17 14:32:28 dkf Exp $ +/* $Id: ttkWinMonitor.c,v 1.11 2007/09/07 00:34:58 dgp Exp $ */ #ifdef _MSC_VER @@ -6,8 +6,6 @@ #endif #include <windows.h> -#include <tcl.h> -#include <tk.h> #include <tkWinInt.h> #include "ttk/ttkTheme.h" diff --git a/win/ttkWinTheme.c b/win/ttkWinTheme.c index c0c04ff..e05f08c 100644 --- a/win/ttkWinTheme.c +++ b/win/ttkWinTheme.c @@ -1,6 +1,6 @@ /* winTheme.c - Copyright (C) 2004 Pat Thoyts <patthoyts@users.sf.net> * - * $Id: ttkWinTheme.c,v 1.5 2007/04/17 14:32:28 dkf Exp $ + * $Id: ttkWinTheme.c,v 1.6 2007/09/07 00:34:58 dgp Exp $ */ #ifdef _MSC_VER @@ -9,7 +9,6 @@ #include <windows.h> -#include <tk.h> #include <tkWinInt.h> #ifndef DFCS_HOT /* Windows 98/Me, Windows 200/XP only */ diff --git a/win/winMain.c b/win/winMain.c index 5176a00..ba1e510 100644 --- a/win/winMain.c +++ b/win/winMain.c @@ -9,16 +9,15 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: winMain.c,v 1.23 2005/12/02 00:19:04 dkf Exp $ + * RCS: @(#) $Id: winMain.c,v 1.24 2007/09/07 00:34:58 dgp Exp $ */ -#include <tk.h> +#include "tkInt.h" #define WIN32_LEAN_AND_MEAN #include <windows.h> #undef WIN32_LEAN_AND_MEAN #include <locale.h> -#include "tkInt.h" /* * The following declarations refer to internal Tk routines. These interfaces |