aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler_windows.cc
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2013-11-24 12:13:36 +0000
committerCorinna Vinschen <corinna@vinschen.de>2013-11-24 12:13:36 +0000
commitd2a88d97928e1baf89d251706b2cc6bda57a9528 (patch)
treebca8527a43486efdd3e90a0cab2e27c8ce387fa0 /winsup/cygwin/fhandler_windows.cc
parent6958a5e8f1eee53ef3f4935daf62ff0cee8d8dc8 (diff)
downloadnewlib-d2a88d97928e1baf89d251706b2cc6bda57a9528.zip
newlib-d2a88d97928e1baf89d251706b2cc6bda57a9528.tar.gz
newlib-d2a88d97928e1baf89d251706b2cc6bda57a9528.tar.bz2
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/fhandler_windows.cc')
-rw-r--r--winsup/cygwin/fhandler_windows.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/winsup/cygwin/fhandler_windows.cc b/winsup/cygwin/fhandler_windows.cc
index 34388f7..5cafe13 100644
--- a/winsup/cygwin/fhandler_windows.cc
+++ b/winsup/cygwin/fhandler_windows.cc
@@ -13,8 +13,6 @@ Cygwin license. Please consult the file "CYGWIN_LICENSE" for
details. */
#include "winsup.h"
-#include <wingdi.h>
-#include <winuser.h>
#include "cygerrno.h"
#include "path.h"
#include "fhandler.h"