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 MylesBorins committed Feb 18, 2023
1 parent 60c2a86 commit f72f643
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 f72f643

Please sign in to comment.