diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2013-11-24 12:13:36 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2013-11-24 12:13:36 +0000 |
commit | d2a88d97928e1baf89d251706b2cc6bda57a9528 (patch) | |
tree | bca8527a43486efdd3e90a0cab2e27c8ce387fa0 /winsup/cygwin/assert.cc | |
parent | 6958a5e8f1eee53ef3f4935daf62ff0cee8d8dc8 (diff) | |
download | cygnal-d2a88d97928e1baf89d251706b2cc6bda57a9528.tar.gz cygnal-d2a88d97928e1baf89d251706b2cc6bda57a9528.tar.bz2 cygnal-d2a88d97928e1baf89d251706b2cc6bda57a9528.zip |
Throughout, drop unnecessary explicit includes of windows header files
included by default.
* winlean.h: Add long comment to explain why we have to define certain
symbols.
(_NORMALIZE_): Define.
(_WINNLS_): Drop definition and subsequent undef.
(_WINNETWK_): Ditto.
(_WINSVC_): Ditto.
2013-11-23 Eric Blake <eblake@redhat.com>
Diffstat (limited to 'winsup/cygwin/assert.cc')
-rw-r--r-- | winsup/cygwin/assert.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/winsup/cygwin/assert.cc b/winsup/cygwin/assert.cc index ef54d32ba..934d9c58a 100644 --- a/winsup/cygwin/assert.cc +++ b/winsup/cygwin/assert.cc @@ -1,6 +1,7 @@ /* assert.cc: Handle the assert macro for WIN32. - Copyright 1997, 1998, 2000, 2001, 2002, 2007, 2008, 2009, 2011 Red Hat, Inc. + Copyright 1997, 1998, 2000, 2001, 2002, 2007, 2008, 2009, 2011, 2013 + Red Hat, Inc. This file is part of Cygwin. @@ -9,8 +10,6 @@ Cygwin license. Please consult the file "CYGWIN_LICENSE" for details. */ #include "winsup.h" -#include <wingdi.h> -#include <winuser.h> #include <assert.h> #include <stdlib.h> |