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
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2012-02-14 13:45:21 +0400
committerCorinna Vinschen <corinna@vinschen.de>2012-02-14 13:45:21 +0400
commit78b5f9545ddb8c8cc7cb460e161ec04ddbf2abcb (patch)
tree6f13f65a40cfecec79c3a5042e449bbe922595b1 /winsup/cygwin/thread.cc
parent722c69734d5d84a865315f2f7a57abb7c17c733a (diff)
* thread.cc: Drop including unused headers.
Diffstat (limited to 'winsup/cygwin/thread.cc')
-rw-r--r--winsup/cygwin/thread.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/winsup/cygwin/thread.cc b/winsup/cygwin/thread.cc
index ea9eda2b1..513b860d1 100644
--- a/winsup/cygwin/thread.cc
+++ b/winsup/cygwin/thread.cc
@@ -27,15 +27,11 @@ details. */
#include "miscfuncs.h"
#include "path.h"
#include <stdlib.h>
-#include "pinfo.h"
#include "sigproc.h"
-#include "perprocess.h"
-#include "cygtls.h"
#include "fhandler.h"
#include "dtable.h"
#include "cygheap.h"
#include "ntdll.h"
-#include "miscfuncs.h"
extern "C" void __fp_lock_all ();
extern "C" void __fp_unlock_all ();