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

Adding IWYU (include what you use) pragmas. #326

Closed copybara-service[bot] closed 1 month ago

copybara-service[bot] commented 1 month ago

Adding IWYU (include what you use) pragmas.

This tool is widely used to make automatic header includes, but was inappropriately adding includes for private headers. These pragmas should now correctly identify only jni_bind.h.

https://github.com/include-what-you-use/include-what-you-use