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
244 stars 29 forks source link

Removing superflous includes for `javatests` directory. #325

Closed copybara-service[bot] closed 1 month ago

copybara-service[bot] commented 1 month ago

Removing superflous includes for javatests directory.

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).