CheckHeaders: Updated message

This commit is contained in:
Daniel Marjamäki 2007-06-08 18:56:11 +00:00
parent 5b9513b17d
commit 0bea996e4d
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ void WarningIncludeHeader()
std::ostringstream ostr;
ostr << FileLine(includetok) << ": The included header '" << includefile << "' is not needed";
if (NeedDeclaration)
ostr << " (but a declaration in it is needed)";
ostr << " (but a forward declaration is needed)";
ReportErr(ostr.str());
}
}