* fhandler_process.cc: Drop unneeded includes.
This commit is contained in:
parent
177dc6c7f6
commit
3a03267d6d
|
@ -1,3 +1,7 @@
|
|||
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.
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue