Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_script.cc')
-rw-r--r--src/node_script.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/node_script.cc b/src/node_script.cc
index c6db76ea5ea..8f35b5a13f1 100644
--- a/src/node_script.cc
+++ b/src/node_script.cc
@@ -19,8 +19,8 @@
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
// USE OR OTHER DEALINGS IN THE SOFTWARE.
-#include <node.h>
-#include <node_script.h>
+#include "node.h"
+#include "node_script.h"
#include <assert.h>
namespace node {