mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:11:45 +03:00
extract-unit-protos: retain internal paths for includes
Follow-up to 3058ed3df8 #20623
Closes #21004
This commit is contained in:
parent
ae864e824e
commit
387efe3d28
1 changed files with 0 additions and 1 deletions
|
|
@ -81,7 +81,6 @@ for my $f (sort keys %inc) {
|
|||
$f =~ s/\.c/.h/; # .h extension
|
||||
|
||||
if(-f $f) {
|
||||
$f =~ s/.*\///; # cut the path off
|
||||
print "#include \"$f\"\n";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue