diff -r 01fc9b7302d1 -r 8b4f687b7a95 cdlcompilertoolkit/src/CdlTkSyntaxCheck.cpp --- a/cdlcompilertoolkit/src/CdlTkSyntaxCheck.cpp Wed Sep 01 12:16:33 2010 +0100 +++ b/cdlcompilertoolkit/src/CdlTkSyntaxCheck.cpp Tue Sep 14 23:14:45 2010 +0300 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2009, 2010 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" @@ -87,7 +87,7 @@ CdlTkUtil::OpenOutput(out, aName); out << "#line 1 \"" << CdlTkUtil::StripPath(iCdl.FileName()) << "\"" << endl; - out << "#include " << endl; + out << "#include " << endl; const CCdlTkCpp& cpp = iCdl.Cpp(); for (CCdlTkCpp::const_iterator pCpp = cpp.begin(); pCpp != cpp.end(); ++pCpp) {