Browse Source

Remove unnecessary defines in node_events.cc

v0.7.4-release
Ryan Dahl 15 years ago
parent
commit
192234c689
  1. 13
      src/node_events.cc

13
src/node_events.cc

@ -1,19 +1,6 @@
// Copyright 2009 Ryan Dahl <ry@tinyclouds.org>
#include <node_events.h>
#include <assert.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netdb.h>
#include <arpa/inet.h> /* inet_ntop */
#include <netinet/in.h> /* sockaddr_in, sockaddr_in6 */
#include <node.h>
#include <ev.h>
#include <v8.h>
namespace node {

Loading…
Cancel
Save