summaryrefslogtreecommitdiff
path: root/src/node_constants.cc
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2011-01-18 00:22:36 +0100
committerBert Belder <bertbelder@gmail.com>2011-01-18 04:58:11 +0100
commite0f47be9d0d86a07faaf8eb74409592f2cdaecf3 (patch)
tree3ef5e8f7c9127c34a50b6bfc6d039f65bd57fb28 /src/node_constants.cc
parent43d75952ffc01a5edab77f8b4a745ec54ba5f7c1 (diff)
downloadandroid-node-v8-e0f47be9d0d86a07faaf8eb74409592f2cdaecf3.tar.gz
android-node-v8-e0f47be9d0d86a07faaf8eb74409592f2cdaecf3.tar.bz2
android-node-v8-e0f47be9d0d86a07faaf8eb74409592f2cdaecf3.zip
Clean up the way windows headers are included
Plus make inclusion order a little more consistent in general
Diffstat (limited to 'src/node_constants.cc')
-rw-r--r--src/node_constants.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/node_constants.cc b/src/node_constants.cc
index 2ad6ce78b7..d82bca855f 100644
--- a/src/node_constants.cc
+++ b/src/node_constants.cc
@@ -1,6 +1,8 @@
// Copyright 2009 Ryan Dahl <ry@tinyclouds.org>
#include <node_constants.h>
+#include <ev.h>
+
#include <errno.h>
#include <unistd.h>
#include <fcntl.h>
@@ -8,8 +10,6 @@
#include <sys/types.h>
#include <sys/stat.h>
-#include <ev.h>
-
namespace node {
using namespace v8;