google / jni-bind

JNI Bind is a set of advanced syntactic sugar for writing efficient correct JNI Code in C++17 (and up).
Apache License 2.0
260 stars 31 forks source link

Removing superflous includes. #322

Closed copybara-service[bot] closed 3 months ago

copybara-service[bot] commented 3 months ago

Removing superflous includes.

These were causing numerous unused include warnings but also can cause some difficulties getting the topology of build includes right which actually does matter for generating release headers, and, in particular matters for the proxy definitions.

This CL should not have any effect (no tests are change).