diff -r 0ed94ceaa377 -r cb62a4f66ebe browserutilities/webutils/group/webutils.mmp --- a/browserutilities/webutils/group/webutils.mmp Thu Dec 17 09:20:16 2009 +0200 +++ b/browserutilities/webutils/group/webutils.mmp Thu Jan 07 13:31:38 2010 +0200 @@ -15,7 +15,6 @@ * */ - #include #include #include @@ -33,13 +32,11 @@ // Source files SOURCE CUserAgent.cpp - // Include paths USERINCLUDE . ../INC MW_LAYER_SYSTEMINCLUDE -MW_LAYER_LIBC_SYSTEMINCLUDE - +OS_LAYER_ESTLIB_SYSTEMINCLUDE // Dependencies LIBRARY euser.lib @@ -53,14 +50,12 @@ //MACRO _WEBUTILS_LOG_ //#define _WEBUTILS_LOG_ - #ifdef _WEBUTILS_LOG_ LIBRARY flogger.lib #else DEBUGLIBRARY flogger.lib #endif - #if defined(ARMCC) DEFFILE ../EABI/WebUtils_EKA2.DEF #elif defined( WINSCW ) @@ -70,5 +65,3 @@ #else DEFFILE ../BMARM/WEBUTILS_EKA2.DEF #endif - -