* thread.cc: Drop including unused headers.

This commit is contained in:
Corinna Vinschen 2012-02-14 09:45:21 +00:00
parent 722c69734d
commit 78b5f9545d
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2012-02-14 Corinna Vinschen <corinna@vinschen.de>
* thread.cc: Drop including unused headers.
2012-02-13 Corinna Vinschen <corinna@vinschen.de>
* miscfuncs.cc (struct thread_wrapper_arg): Convert char * to PBYTE.

View File

@ -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 ();