-
-
Notifications
You must be signed in to change notification settings - Fork 35.5k
src: Fix extra includes of "env.h" and "env-inl.h" in this directory. #32293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,7 +4,6 @@ | |
| #include "node_http_common.h" | ||
| #include "node.h" | ||
| #include "node_mem-inl.h" | ||
| #include "env-inl.h" | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. If removing this works, then it’s by accident – this file does require (You can test this by including only
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I can guarantee that removing this would break on some of the platforms as I had omitted this originally and had to fix it.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Great thanks - any tips on better build testing? I git grep'ing for these items in header files and running @jasnell Please let me know if I'm stomping on anything you're doing. Just looking for some fun side-hacking :-)
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Nope you're good :-) ... I'll adjust on my end if there are any merge conflicts. |
||
| #include "v8.h" | ||
|
|
||
| #include <algorithm> | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.