Index: core/fxcodec/jbig2/JBig2_HuffmanTable_Standard.h |
diff --git a/core/src/fxcodec/jbig2/JBig2_HuffmanTable_Standard.h b/core/fxcodec/jbig2/JBig2_HuffmanTable_Standard.h |
similarity index 96% |
rename from core/src/fxcodec/jbig2/JBig2_HuffmanTable_Standard.h |
rename to core/fxcodec/jbig2/JBig2_HuffmanTable_Standard.h |
index a2ce232d63fe1dbb3cc1a666c8dfccc43ab6434f..0b768654f5dcd70038a1f968e4aded0058341f04 100644 |
--- a/core/src/fxcodec/jbig2/JBig2_HuffmanTable_Standard.h |
+++ b/core/fxcodec/jbig2/JBig2_HuffmanTable_Standard.h |
@@ -4,8 +4,8 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#ifndef CORE_SRC_FXCODEC_JBIG2_JBIG2_HUFFMANTABLE_STANDARD_H_ |
-#define CORE_SRC_FXCODEC_JBIG2_JBIG2_HUFFMANTABLE_STANDARD_H_ |
+#ifndef CORE_FXCODEC_JBIG2_JBIG2_HUFFMANTABLE_STANDARD_H_ |
+#define CORE_FXCODEC_JBIG2_JBIG2_HUFFMANTABLE_STANDARD_H_ |
#include "core/include/fxcrt/fx_system.h" |
@@ -95,4 +95,4 @@ const JBig2TableLine HuffmanTable_B15[] = { |
{1, 0, 0}, {3, 0, 1}, {4, 0, 2}, {5, 1, 3}, {6, 2, 5}, |
{7, 4, 9}, {7, 32, -25}, {7, 32, 25}}; |
-#endif // CORE_SRC_FXCODEC_JBIG2_JBIG2_HUFFMANTABLE_STANDARD_H_ |
+#endif // CORE_FXCODEC_JBIG2_JBIG2_HUFFMANTABLE_STANDARD_H_ |