Skip to content

Commit

Permalink
src: remove unused includes from main thread
Browse files Browse the repository at this point in the history
PR-URL: #46471
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
anonrig authored and nodejs-github-bot committed Feb 6, 2023
1 parent a086363 commit 8a4b1c9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/inspector/main_thread_interface.cc
@@ -1,13 +1,9 @@
#include "main_thread_interface.h"

#include "env-inl.h"
#include "node_mutex.h"
#include "simdutf.h"
#include "util-inl.h"
#include "v8-inspector.h"

#include <unicode/unistr.h>

#include <functional>
#include <memory>

Expand Down

0 comments on commit 8a4b1c9

Please sign in to comment.