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/mount.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/mount.cc')
-rw-r--r-- | winsup/cygwin/mount.cc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/winsup/cygwin/mount.cc b/winsup/cygwin/mount.cc index 0d943f727..677282560 100644 --- a/winsup/cygwin/mount.cc +++ b/winsup/cygwin/mount.cc @@ -1,7 +1,7 @@ /* mount.cc: mount handling. Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009, 2010, 2011, 2012 Red Hat, Inc. + 2007, 2008, 2009, 2010, 2011, 2012, 2013 Red Hat, Inc. This file is part of Cygwin. @@ -14,10 +14,6 @@ details. */ #include <mntent.h> #include <ctype.h> #include <winioctl.h> -#include <wingdi.h> -#include <winuser.h> -#include <winnetwk.h> -#include <shlobj.h> #include <cygwin/version.h> #include "cygerrno.h" #include "security.h" |