diff --git a/src/api/async_resource.cc b/src/api/async_resource.cc index 5141c7c6b35abd..eef80c85f44f4c 100644 --- a/src/api/async_resource.cc +++ b/src/api/async_resource.cc @@ -4,7 +4,6 @@ namespace node { using v8::Function; -using v8::HandleScope; using v8::Isolate; using v8::Local; using v8::MaybeLocal; diff --git a/src/api/environment.cc b/src/api/environment.cc index 4389dba1394e5c..fac1298d26fd40 100644 --- a/src/api/environment.cc +++ b/src/api/environment.cc @@ -21,7 +21,6 @@ using v8::HandleScope; using v8::Isolate; using v8::Local; using v8::MaybeLocal; -using v8::Message; using v8::MicrotasksPolicy; using v8::Null; using v8::Object; diff --git a/src/api/exceptions.cc b/src/api/exceptions.cc index 1632574c6b1b9c..998d370d3b5fd6 100644 --- a/src/api/exceptions.cc +++ b/src/api/exceptions.cc @@ -12,11 +12,9 @@ namespace node { using v8::Exception; -using v8::HandleScope; using v8::Integer; using v8::Isolate; using v8::Local; -using v8::Message; using v8::NewStringType; using v8::Object; using v8::String;