mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-28 13:32:53 +02:00
Merge pull request #2552 from Diapolo/win-typedef
remove obsolete and unused typedef for Windows
This commit is contained in:
@@ -13,8 +13,6 @@
|
||||
#include <sys/types.h>
|
||||
#include <sys/time.h>
|
||||
#include <sys/resource.h>
|
||||
#else
|
||||
typedef int pid_t; /* define for Windows compatibility */
|
||||
#endif
|
||||
#include <map>
|
||||
#include <list>
|
||||
|
Reference in New Issue
Block a user