CheckHeaders: Updated message
This commit is contained in:
parent
5b9513b17d
commit
0bea996e4d
|
@ -220,7 +220,7 @@ void WarningIncludeHeader()
|
||||||
std::ostringstream ostr;
|
std::ostringstream ostr;
|
||||||
ostr << FileLine(includetok) << ": The included header '" << includefile << "' is not needed";
|
ostr << FileLine(includetok) << ": The included header '" << includefile << "' is not needed";
|
||||||
if (NeedDeclaration)
|
if (NeedDeclaration)
|
||||||
ostr << " (but a declaration in it is needed)";
|
ostr << " (but a forward declaration is needed)";
|
||||||
ReportErr(ostr.str());
|
ReportErr(ostr.str());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue