remove obsolete and unused typedef for Windows

This commit is contained in:
Philip Kaufmann 2013-04-23 09:54:29 +02:00
parent 2272f8bb47
commit 61032f8942

View file

@ -11,8 +11,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>