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/callback_scope.cc')
-rw-r--r--src/callback_scope.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/callback_scope.cc b/src/callback_scope.cc
index 5539d77c70c..5e7a27cf01f 100644
--- a/src/callback_scope.cc
+++ b/src/callback_scope.cc
@@ -1,5 +1,4 @@
#include "node.h"
-#include "callback_scope.h"
#include "async_wrap.h"
#include "async_wrap-inl.h"
#include "env.h"