Index: core/fxcodec/lgif/fx_gif.cpp |
diff --git a/core/src/fxcodec/lgif/fx_gif.cpp b/core/fxcodec/lgif/fx_gif.cpp |
similarity index 99% |
rename from core/src/fxcodec/lgif/fx_gif.cpp |
rename to core/fxcodec/lgif/fx_gif.cpp |
index a4de72978a2596ddaa2d4fea981d78db2d4acec2..af447dc84b54bde63dd9213ecfeb281afc92e9ad 100644 |
--- a/core/src/fxcodec/lgif/fx_gif.cpp |
+++ b/core/fxcodec/lgif/fx_gif.cpp |
@@ -4,9 +4,9 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#include "core/src/fxcodec/lgif/fx_gif.h" |
+#include "core/fxcodec/lgif/fx_gif.h" |
-#include "core/src/fxcodec/lbmp/fx_bmp.h" |
+#include "core/fxcodec/lbmp/fx_bmp.h" |
void CGifLZWDecoder::Input(uint8_t* src_buf, FX_DWORD src_size) { |
next_in = src_buf; |