Index: core/src/fxcodec/codec/fx_codec_png.cpp |
diff --git a/core/src/fxcodec/codec/fx_codec_png.cpp b/core/src/fxcodec/codec/fx_codec_png.cpp |
index ea9c7a5b67831fa6caed760b8e2e152d9dcab627..6401081ea3a3ca3c5d6ae06dcaa4d8735b60bf30 100644 |
--- a/core/src/fxcodec/codec/fx_codec_png.cpp |
+++ b/core/src/fxcodec/codec/fx_codec_png.cpp |
@@ -4,8 +4,8 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#include "../../../include/fxcodec/fx_codec.h" |
-#include "../../../include/fxge/fx_dib.h" |
+#include "core/include/fxcodec/fx_codec.h" |
+#include "core/include/fxge/fx_dib.h" |
#include "codec_int.h" |
Tom Sepez
2016/01/08 18:07:18
ditto
|
extern "C" { |