diff -r 01fc9b7302d1 -r 8b4f687b7a95 aknlayoutcompiler/src/CppWriter.cpp --- a/aknlayoutcompiler/src/CppWriter.cpp Wed Sep 01 12:16:33 2010 +0100 +++ b/aknlayoutcompiler/src/CppWriter.cpp Tue Sep 14 23:14:45 2010 +0300 @@ -703,7 +703,7 @@ aLag << "*/" << endl << endl; aLag << "#if !defined(__" << iShortName << "_LAG__)" << endl; aLag << "#define __" << iShortName << "_LAG__" << endl; - aLag << "#include " << endl << endl; + aLag << "#include " << endl << endl; } // End of File