On Mon, 15 Aug 2022 10:57:04 GMT, Aleksey Shipilev <[email protected]> wrote:

> Why? `arguments.hpp` transitively includes it.

I thought the rule is not to rely on transitive includes. Unless it is an 
explicit umbrella header. If you need it, include it - that way if someone 
changes the include tree, we minimize the possibility of seemingly unrelated 
build errors.

-------------

PR: https://git.openjdk.org/jdk/pull/9869

Reply via email to