X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git;a=blobdiff_plain;f=dali%2Finternal%2Fimaging%2Fcommon%2Floader-gif.cpp;h=cf9b010df96d699d030d524f35695789916ec871;hp=e29231876b583a9fa40a401475aed0eabb6882ae;hb=de358850df203047408247a94b682597b018ec52;hpb=84e95268a60ab6e5fef013f3728b33b558c325e3 diff --git a/dali/internal/imaging/common/loader-gif.cpp b/dali/internal/imaging/common/loader-gif.cpp index e292318..cf9b010 100755 --- a/dali/internal/imaging/common/loader-gif.cpp +++ b/dali/internal/imaging/common/loader-gif.cpp @@ -23,10 +23,6 @@ #include #include -#include - -using namespace Dali::Internal::Platform; - // We need to check if giflib has the new open and close API (including error parameter). #ifdef GIFLIB_MAJOR #define LIBGIF_VERSION_5_1_OR_ABOVE @@ -93,7 +89,7 @@ const unsigned int INTERLACE_PAIR_TABLE_SIZE( sizeof( INTERLACE_PAIR_TABLE ) / s int ReadDataFromGif(GifFileType *gifInfo, GifByteType *data, int length) { FILE *fp = reinterpret_cast(gifInfo->UserData); - return InternalFile::fread( data, sizeof( GifByteType ), length, fp); + return fread( data, sizeof( GifByteType ), length, fp); } /// Loads the GIF Header.