| Index: src/platform-posix.cc
|
| diff --git a/src/platform-posix.cc b/src/platform-posix.cc
|
| index fe27eaf71f437fcc099ffdebb8e24f60c999921f..df15ee2e5b5ec6580431e38c0d5e6d5d53aa2590 100644
|
| --- a/src/platform-posix.cc
|
| +++ b/src/platform-posix.cc
|
| @@ -29,8 +29,6 @@
|
| // own but contains the parts which are the same across POSIX platforms Linux,
|
| // Mac OS, FreeBSD and OpenBSD.
|
|
|
| -#include "platform-posix.h"
|
| -
|
| #include <dlfcn.h>
|
| #include <pthread.h>
|
| #if defined(__DragonFly__) || defined(__FreeBSD__) || defined(__OpenBSD__)
|
|
|