remove unnecessary pthread header

v0.7.4-release
Ryan 2009-06-10 19:05:54 +02:00
parent 4624906e2a
commit 6bfcfa7d74
1 changed files with 0 additions and 2 deletions

View File

@ -11,8 +11,6 @@
#include <arpa/inet.h> /* inet_ntop */
#include <netinet/in.h> /* sockaddr_in, sockaddr_in6 */
#include <pthread.h>
using namespace v8;
using namespace node;