mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
Merge pull request #2552 from Diapolo/win-typedef
remove obsolete and unused typedef for Windows
This commit is contained in:
commit
3fbd87e0dc
@ -13,8 +13,6 @@
|
|||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#include <sys/resource.h>
|
#include <sys/resource.h>
|
||||||
#else
|
|
||||||
typedef int pid_t; /* define for Windows compatibility */
|
|
||||||
#endif
|
#endif
|
||||||
#include <map>
|
#include <map>
|
||||||
#include <list>
|
#include <list>
|
||||||
|
Loading…
Reference in New Issue
Block a user