]> sourceware.org Git - newlib-cygwin.git/commitdiff
Cygwin: drop redundant includes from fhandler_process_fd.cc
authorCorinna Vinschen <corinna@vinschen.de>
Sun, 6 Jan 2019 21:40:17 +0000 (22:40 +0100)
committerCorinna Vinschen <corinna@vinschen.de>
Sun, 6 Jan 2019 21:40:17 +0000 (22:40 +0100)
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
winsup/cygwin/fhandler_process_fd.cc

index 0c0452ab4adf31606dd0faa6125e40ac5a06cc72..a9d085ae5e56c16eeebedc0e21414c1f8f2b1714 100644 (file)
@@ -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)
This page took 0.031299 seconds and 5 git commands to generate.