X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=reactos%2Ftools%2Frbuild%2Fbackend%2Fmsvc%2Fmsvcmaker.cpp;h=a04bd49bfb34507b129894b1f78f8e1c92066cdf;hp=950cb44325972ec0346cceb69a36bd864d56d441;hb=2b121dc93c1ee663d0f176047834d943132183b3;hpb=cdf28995154e98c17d7b3f6dd52fba4474cd2355 diff --git a/reactos/tools/rbuild/backend/msvc/msvcmaker.cpp b/reactos/tools/rbuild/backend/msvc/msvcmaker.cpp index 950cb443259..a04bd49bfb3 100644 --- a/reactos/tools/rbuild/backend/msvc/msvcmaker.cpp +++ b/reactos/tools/rbuild/backend/msvc/msvcmaker.cpp @@ -84,8 +84,6 @@ MSVCBackend::_generate_dsp ( const Module& module ) string path = Path::RelativeFromDirectory ( incs[i]->directory, module.GetBasePath() ); - if ( !path.size() ) - i = i; includes.push_back ( path ); } }