diff -r 0ed94ceaa377 -r cb62a4f66ebe webengine/wmlengine/group/lmgr/lmgr.mmp --- a/webengine/wmlengine/group/lmgr/lmgr.mmp Thu Dec 17 09:20:16 2009 +0200 +++ b/webengine/wmlengine/group/lmgr/lmgr.mmp Thu Jan 07 13:31:38 2010 +0200 @@ -15,8 +15,7 @@ * */ -#include -#include +#include "../webkitcommon.mmpi" TARGET lmgr.lib TARGETTYPE lib @@ -30,7 +29,6 @@ SOURCEPATH ../../src/lmgr/src/ - SOURCE LMgrAbstractTextBox.cpp SOURCE LMgrAccessKey.cpp SOURCE Action.c @@ -85,30 +83,3 @@ SOURCE LMgrAnonBlock.cpp SOURCE LMgrAnonTableBox.cpp SOURCE LMgrPosFlowBox.cpp - -#include "../webkitcommon.mmpi" - -USERINCLUDE . -USERINCLUDE ../../src/adt/include -USERINCLUDE ../../src/evt/include -USERINCLUDE ../../src/fbox/include -USERINCLUDE ../../src/gdi/include -USERINCLUDE ../../src/hed/include -USERINCLUDE ../../src/htmlp/include -USERINCLUDE ../../src/image/include -USERINCLUDE ../../src/lmgr/include -USERINCLUDE ../../src/object/include -USERINCLUDE ../../src/system/include -USERINCLUDE ../../src/text/include -USERINCLUDE ../../src/wml/src -USERINCLUDE ../../src/wml/include -USERINCLUDE ../../src/css/include -USERINCLUDE ../../src/markup/include -USERINCLUDE ../../src/mvc/include -USERINCLUDE ../../src/msg/include -USERINCLUDE ../../src/utils/include - -SYSTEMINCLUDE ../../src/utils/include -SYSTEMINCLUDE ../../src/urlloader/include -MW_LAYER_SYSTEMINCLUDE -MW_LAYER_LIBC_SYSTEMINCLUDE