--- a/aknlayoutcompiler/src/MLEqCompData2DHuiML.cpp Thu Dec 17 09:14:18 2009 +0200
+++ b/aknlayoutcompiler/src/MLEqCompData2DHuiML.cpp Mon Jan 18 21:13:05 2010 +0200
@@ -24,7 +24,7 @@
#include "LayoutCompilerErr.h"
#include "FormulaTree.h"
-#include <cdlcompilertoolkit/cdltkprocess.h>
+#include <CdlCompilerToolkit/CdlTkProcess.h>
#include <fstream>
#include <iostream>
@@ -188,7 +188,7 @@
cout << "writing dhuiml file " << dhuimlName << endl;
ofstream dhuiml(dhuimlName.c_str());
- int KIndent = 4;
+ //int KIndent = 4;
TEqLayoutSaxWriter saxWriter(dhuiml);
saxWriter.StartDocument();