| Index: core/fxcodec/include/fx_codec.h
|
| diff --git a/core/include/fxcodec/fx_codec.h b/core/fxcodec/include/fx_codec.h
|
| similarity index 99%
|
| rename from core/include/fxcodec/fx_codec.h
|
| rename to core/fxcodec/include/fx_codec.h
|
| index 9db5e8c34bee59d2682e201dc8883e825e7f9f0a..1c3922ee4f0b2342be3313914e80756566d9165d 100644
|
| --- a/core/include/fxcodec/fx_codec.h
|
| +++ b/core/fxcodec/include/fx_codec.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef CORE_INCLUDE_FXCODEC_FX_CODEC_H_
|
| -#define CORE_INCLUDE_FXCODEC_FX_CODEC_H_
|
| +#ifndef CORE_FXCODEC_INCLUDE_FX_CODEC_H_
|
| +#define CORE_FXCODEC_INCLUDE_FX_CODEC_H_
|
|
|
| #include <map>
|
| #include <memory>
|
| @@ -13,7 +13,7 @@
|
|
|
| #include "core/fxcrt/include/fx_basic.h"
|
| #include "core/fxcrt/include/fx_coordinates.h" // For FX_RECT.
|
| -#include "core/include/fxcodec/fx_codec_def.h"
|
| +#include "core/fxcodec/include/fx_codec_def.h"
|
|
|
| class CFX_DIBSource;
|
| class CJPX_Decoder;
|
| @@ -557,4 +557,4 @@ void FaxG4Decode(const uint8_t* src_buf,
|
| int height,
|
| int pitch);
|
|
|
| -#endif // CORE_INCLUDE_FXCODEC_FX_CODEC_H_
|
| +#endif // CORE_FXCODEC_INCLUDE_FX_CODEC_H_
|
|
|