summaryrefslogtreecommitdiff
path: root/src/node_constants.cc
diff options
context:
space:
mode:
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);