diff options
author | dgp <dgp@users.sourceforge.net> | 2006-03-13 18:19:18 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-03-13 18:19:18 (GMT) |
commit | 1fb6cda0f576123a95af432a49030f4f23f2e463 (patch) | |
tree | e9990be97e46d1dae2e378b7ab3ef14bdebe0789 /macosx/tkMacOSXWm.h | |
parent | 7d440b6714cbaa6408196fff8556789292d04942 (diff) | |
download | tk-1fb6cda0f576123a95af432a49030f4f23f2e463.zip tk-1fb6cda0f576123a95af432a49030f4f23f2e463.tar.gz tk-1fb6cda0f576123a95af432a49030f4f23f2e463.tar.bz2 |
* generic/tkCmds.c: Purged remaining references to
* macosx/tkMacOSXPort.h: errno, and errno.h. Standardized
* macosx/tkMacOSXWm.c: the logic for using header files from
* macosx/tkMacOSXWm.h: the compat directory. Thanks Joe
* unix/tkUnixPort.h: English for the patch. [Patch 1445404]
Diffstat (limited to 'macosx/tkMacOSXWm.h')
-rw-r--r-- | macosx/tkMacOSXWm.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/macosx/tkMacOSXWm.h b/macosx/tkMacOSXWm.h index 3284c6d..a66e3d2 100644 --- a/macosx/tkMacOSXWm.h +++ b/macosx/tkMacOSXWm.h @@ -50,7 +50,7 @@ * software in accordance with the terms specified in this * license. * - * RCS: @(#) $Id: tkMacOSXWm.h,v 1.4 2005/08/09 07:39:22 das Exp $ + * RCS: @(#) $Id: tkMacOSXWm.h,v 1.5 2006/03/13 18:19:18 dgp Exp $ */ #ifndef _TKMACWM @@ -60,7 +60,6 @@ #include "tkPort.h" #include "tkInt.h" #include "tkMacOSXInt.h" -#include <errno.h> #include "tkScrollbar.h" /* |