remove obsolete and unused typedef for Windows

This commit is contained in:
Philip Kaufmann 2013-04-23 09:54:29 +02:00 committed by Warren Togami
parent 896c509dac
commit 5536b22b8d

View File

@ -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>