OSDN Git Service

* fhandler_process.cc: Drop unneeded includes.
authorcorinna <corinna>
Thu, 22 Dec 2011 11:25:44 +0000 (11:25 +0000)
committercorinna <corinna>
Thu, 22 Dec 2011 11:25:44 +0000 (11:25 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/fhandler_process.cc

index fbdd08f..197bf3f 100644 (file)
@@ -1,5 +1,9 @@
 2011-12-22  Corinna Vinschen  <vinschen@redhat.com>
 
+       * fhandler_process.cc: Drop unneeded includes.
+
+2011-12-22  Corinna Vinschen  <vinschen@redhat.com>
+
        Throughout use wincap.allocation_granularity instead of getpagesize.
        Throughout use wincap.page_size instead of getsystempagesize.
        Throughout use "status" as variable name to hold NTSTATUS values.
index f4fc706..18d1ea9 100644 (file)
@@ -28,8 +28,6 @@ details. */
 #include "tls_pbuf.h"
 #include <sys/param.h>
 #include <ctype.h>
-#include <psapi.h>
-#include <tlhelp32.h>
 
 #define _COMPILING_NEWLIB
 #include <dirent.h>