diff -r 36bfc973b146 -r 329ab0095843 userlibandfileserver/fileserver/inc/f32file.h --- a/userlibandfileserver/fileserver/inc/f32file.h Thu Jan 07 13:38:45 2010 +0200 +++ b/userlibandfileserver/fileserver/inc/f32file.h Mon Jan 18 21:31:10 2010 +0200 @@ -26,11 +26,21 @@ #include #endif +#ifndef SYMBIAN_ENABLE_PUBLIC_PLATFORM_HEADER_SPLIT +// Old implementation including platform e32svr.h (which includes the several other platform headers)... #if !defined(__E32SVR_H__) #include #endif - +#include +#else +// New implementation including only the public headers needed for f32file.h... #include +// And the public headers previously included via e32svr.h but otherwise not needed for f32file.h... +#include +#include +#include +#include +#endif /**