diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2019-01-06 22:40:17 +0100 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2019-01-06 22:40:17 +0100 |
commit | 4c33add5b89714b58b30d7020935ab985257dc92 (patch) | |
tree | 9414973d5b5bec8d83fdee5c6b526cb2e46593ce | |
parent | 9dae73edb8871f017251ddcba959e09457923a8e (diff) | |
download | cygnal-4c33add5b89714b58b30d7020935ab985257dc92.tar.gz cygnal-4c33add5b89714b58b30d7020935ab985257dc92.tar.bz2 cygnal-4c33add5b89714b58b30d7020935ab985257dc92.zip |
Cygwin: drop redundant includes from fhandler_process_fd.cc
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r-- | winsup/cygwin/fhandler_process_fd.cc | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/winsup/cygwin/fhandler_process_fd.cc b/winsup/cygwin/fhandler_process_fd.cc index 0c0452ab4..a9d085ae5 100644 --- a/winsup/cygwin/fhandler_process_fd.cc +++ b/winsup/cygwin/fhandler_process_fd.cc @@ -7,26 +7,12 @@ Cygwin license. Please consult the file "CYGWIN_LICENSE" for details. */ #include "winsup.h" -#include <stdlib.h> -#include <stdio.h> -#include <sys/cygwin.h> -#include "cygerrno.h" -#include "security.h" #include "path.h" #include "fhandler.h" #include "fhandler_virtual.h" #include "pinfo.h" -#include "shared_info.h" #include "dtable.h" #include "cygheap.h" -#include "ntdll.h" -#include "cygtls.h" -#include "mount.h" -#include "tls_pbuf.h" -#include <sys/sysmacros.h> -#include <sys/param.h> -#include <ctype.h> - fhandler_base * fhandler_process_fd::fetch_fh (HANDLE &out_hdl, uint32_t flags) |