summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--winsup/cygwin/ChangeLog4
-rw-r--r--winsup/cygwin/fhandler_process.cc2
2 files changed, 4 insertions, 2 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index fbdd08fa2..197bf3fe4 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -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.
diff --git a/winsup/cygwin/fhandler_process.cc b/winsup/cygwin/fhandler_process.cc
index f4fc706f7..18d1ea90f 100644
--- a/winsup/cygwin/fhandler_process.cc
+++ b/winsup/cygwin/fhandler_process.cc
@@ -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>