build: fix include order for building on windows
authorTimothy J Fontaine <tjfontaine@gmail.com>
Mon, 17 Jun 2013 17:26:07 +0000 (10:26 -0700)
committerTimothy J Fontaine <tjfontaine@gmail.com>
Mon, 17 Jun 2013 17:41:48 +0000 (10:41 -0700)
fallout from the tls_wrap feature landing

src/node_wrap.h
src/tls_wrap.h

index 6b68e4e..1b7b451 100644 (file)
 #ifndef NODE_WRAP_H
 #define NODE_WRAP_H
 
+#include "v8.h"
+#include "uv.h"
+
 #include "pipe_wrap.h"
 #include "tty_wrap.h"
 #include "tcp_wrap.h"
 #include "udp_wrap.h"
 
-#include "v8.h"
-#include "uv.h"
-
 namespace node {
 
 extern v8::Persistent<v8::FunctionTemplate> pipeConstructorTmpl;
index b36a5b8..be97fe3 100644 (file)
 #ifndef SRC_TLS_WRAP_H_
 #define SRC_TLS_WRAP_H_
 
-#include <openssl/ssl.h>
-
 #include "v8.h"
 #include "stream_wrap.h"
 #include "queue.h"
 
+#include <openssl/ssl.h>
+
 namespace node {
 
 // Forward-declarations