Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2011-12-22 15:25:44 +0400
committerCorinna Vinschen <corinna@vinschen.de>2011-12-22 15:25:44 +0400
commit3a03267d6d695b678128db6a8b7028b8b5f93e1f (patch)
tree1809e6c5573ce86cbbe1a5d07e1923c5f110391e /winsup
parent177dc6c7f6d0608ef6540fd997d9b444e324cae2 (diff)
* fhandler_process.cc: Drop unneeded includes.
Diffstat (limited to 'winsup')
-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>