Skip to content

Commit

Permalink
Remove unnecessary defines in node_events.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Jul 2, 2010
1 parent 2998e3b commit 192234c
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions 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 {

Expand Down

0 comments on commit 192234c

Please sign in to comment.