| Index: core/fxcodec/lgif/fx_gif.h
|
| diff --git a/core/src/fxcodec/lgif/fx_gif.h b/core/fxcodec/lgif/fx_gif.h
|
| similarity index 98%
|
| rename from core/src/fxcodec/lgif/fx_gif.h
|
| rename to core/fxcodec/lgif/fx_gif.h
|
| index 32300a50e5bfb3f9746a059537dbc4027d8e74bd..c44fb7a7cb1fabb7baac9f1e8c6ae8f244e91905 100644
|
| --- a/core/src/fxcodec/lgif/fx_gif.h
|
| +++ b/core/fxcodec/lgif/fx_gif.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef CORE_SRC_FXCODEC_LGIF_FX_GIF_H_
|
| -#define CORE_SRC_FXCODEC_LGIF_FX_GIF_H_
|
| +#ifndef CORE_FXCODEC_LGIF_FX_GIF_H_
|
| +#define CORE_FXCODEC_LGIF_FX_GIF_H_
|
|
|
| #include <setjmp.h>
|
|
|
| @@ -293,4 +293,4 @@ FX_BOOL gif_encode(gif_compress_struct_p gif_ptr,
|
| uint8_t*& dst_buf,
|
| FX_DWORD& dst_len);
|
|
|
| -#endif // CORE_SRC_FXCODEC_LGIF_FX_GIF_H_
|
| +#endif // CORE_FXCODEC_LGIF_FX_GIF_H_
|
|
|