Commits


Sutou Kouhei authored and GitHub committed 715cc98de3d
GH-37507: [GLib] Don't use implicit include directories (#37508) ### Rationale for this change Our source code should not have "#include"s that depend on source/binary directories exists in include path. This also fixes that CUDA's cuda.h isn't included problem. ### What changes are included in this PR? Don't use implicit include directories. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * Closes: #37507 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>