Index: core/fxcodec/lbmp/fx_bmp.h |
diff --git a/core/src/fxcodec/lbmp/fx_bmp.h b/core/fxcodec/lbmp/fx_bmp.h |
similarity index 97% |
rename from core/src/fxcodec/lbmp/fx_bmp.h |
rename to core/fxcodec/lbmp/fx_bmp.h |
index 24c94cabbe809373b8944b8bdb673a08cef784ea..2ef0c0a8b033ce5aae8205064358d9495a3fcfe4 100644 |
--- a/core/src/fxcodec/lbmp/fx_bmp.h |
+++ b/core/fxcodec/lbmp/fx_bmp.h |
@@ -4,8 +4,8 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#ifndef CORE_SRC_FXCODEC_LBMP_FX_BMP_H_ |
-#define CORE_SRC_FXCODEC_LBMP_FX_BMP_H_ |
+#ifndef CORE_FXCODEC_LBMP_FX_BMP_H_ |
+#define CORE_FXCODEC_LBMP_FX_BMP_H_ |
#include <setjmp.h> |
@@ -152,4 +152,4 @@ FX_BOOL bmp_encode_image(bmp_compress_struct_p bmp_ptr, |
FX_WORD GetWord_LSBFirst(uint8_t* p); |
void SetWord_LSBFirst(uint8_t* p, FX_WORD v); |
-#endif // CORE_SRC_FXCODEC_LBMP_FX_BMP_H_ |
+#endif // CORE_FXCODEC_LBMP_FX_BMP_H_ |