Showing with 5 additions and 5 deletions.
  1. +3 −3 src/node_wrap.h
  2. +2 −2 src/tls_wrap.h
@@ -22,14 +22,14 @@
#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;
@@ -22,12 +22,12 @@
#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