pub fn external_angle_include_paths(source: &str) -> Vec<PathBuf>Expand description
Return the literal paths from angle-bracket includes in one C++ source.
Quoted and computed includes are not external-root evidence. Conditional includes are retained because compile-context resolution still proves the root, while pack completeness records preprocessor uncertainty separately.