aboutsummaryrefslogtreecommitdiff
path: root/src/inspector/main_thread_interface.h
diff options
context:
space:
mode:
authorAlexandre Ferrando <alferpal@gmail.com>2019-10-26 16:59:34 +0200
committerAnna Henningsen <anna@addaleax.net>2019-10-31 14:11:05 +0100
commit99c1238f54a34acae7a4bde1c1e031fbf5d4d214 (patch)
treee194c67fbb35922186bf33b7b391eb3b78e76754 /src/inspector/main_thread_interface.h
parent7477f90b5c9e903b1680cae7e826b5bb8ed545f5 (diff)
downloadandroid-node-v8-99c1238f54a34acae7a4bde1c1e031fbf5d4d214.tar.gz
android-node-v8-99c1238f54a34acae7a4bde1c1e031fbf5d4d214.tar.bz2
android-node-v8-99c1238f54a34acae7a4bde1c1e031fbf5d4d214.zip
src: change env.h includes for forward declarations
Due to how the Environment class is used through the codebase, there are a lot of includes referencing either env.h or env-inl.h. This can cause that when any development touches those libraries, a lot of files have to be recompiled. This commit attempts to change those includes by forward declarations when possible to mitigate the issue. Refs: https://github.com/nodejs/node/issues/27531 PR-URL: https://github.com/nodejs/node/pull/30133 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
Diffstat (limited to 'src/inspector/main_thread_interface.h')
-rw-r--r--src/inspector/main_thread_interface.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/inspector/main_thread_interface.h b/src/inspector/main_thread_interface.h
index bcea19f3f3..78337a25e4 100644
--- a/src/inspector/main_thread_interface.h
+++ b/src/inspector/main_thread_interface.h
@@ -5,7 +5,6 @@
#error("This header can only be used when inspector is enabled")
#endif
-#include "env.h"
#include "inspector_agent.h"
#include "node_mutex.h"