Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/node_buffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
#ifndef SRC_NODE_BUFFER_H_
#define SRC_NODE_BUFFER_H_

#include "node_internals.h"
#include "node.h"
#include "v8.h"

namespace node {

Expand Down
5 changes: 1 addition & 4 deletions src/node_serdes.cc
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
#include "node.h"
#include "node_internals.h"
#include "node_buffer.h"
#include "base-object.h"
#include "base-object-inl.h"
#include "env.h"
#include "env-inl.h"
#include "v8.h"

namespace node {

Expand Down
2 changes: 1 addition & 1 deletion src/spawn_sync.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

#if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS

#include "node.h"
#include "node_internals.h"
#include "node_buffer.h"

namespace node {
Expand Down
3 changes: 1 addition & 2 deletions src/string_bytes.cc
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@
#include "string_bytes.h"

#include "base64.h"
#include "node.h"
#include "node_internals.h"
#include "node_buffer.h"
#include "v8.h"

#include <limits.h>
#include <string.h> // memcpy
Expand Down