summaryrefslogtreecommitdiff
path: root/src/node_constants.cc
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2011-05-24 01:42:22 +0200
committerRyan Dahl <ry@tinyclouds.org>2011-05-23 17:31:29 -0700
commit9cec08e49022c57efca252a74c778e18c11b80d3 (patch)
tree7bfbdfc90a506d14c66dd3d6fa77c23e818d2aa7 /src/node_constants.cc
parent207901e7de1ceeb35b73a9aa4bc1f3bb9ab0ff2c (diff)
downloadandroid-node-v8-9cec08e49022c57efca252a74c778e18c11b80d3.tar.gz
android-node-v8-9cec08e49022c57efca252a74c778e18c11b80d3.tar.bz2
android-node-v8-9cec08e49022c57efca252a74c778e18c11b80d3.zip
Batch of ev -> uv changes
Diffstat (limited to 'src/node_constants.cc')
-rw-r--r--src/node_constants.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/node_constants.cc b/src/node_constants.cc
index 1d14fcc60b..bdc2c3f333 100644
--- a/src/node_constants.cc
+++ b/src/node_constants.cc
@@ -21,7 +21,7 @@
#include <node_constants.h>
-#include <ev.h>
+#include <uv.h>
#include <errno.h>
#include <unistd.h>
@@ -44,9 +44,6 @@ namespace node {
using namespace v8;
void DefineConstants(Handle<Object> target) {
- NODE_DEFINE_CONSTANT(target, EV_MINPRI);
- NODE_DEFINE_CONSTANT(target, EV_MAXPRI);
-
// file access modes
NODE_DEFINE_CONSTANT(target, O_RDONLY);
NODE_DEFINE_CONSTANT(target, O_WRONLY);