| Index: core/src/fdrm/crypto/fx_crypt.cpp
|
| diff --git a/core/src/fdrm/crypto/fx_crypt.cpp b/core/src/fdrm/crypto/fx_crypt.cpp
|
| index 1fbba993d2b4994faa2d39d2d6cb5564e7579c83..e67e5d7aab16ecfb9ba4f874bca7e4e19ccb1026 100644
|
| --- a/core/src/fdrm/crypto/fx_crypt.cpp
|
| +++ b/core/src/fdrm/crypto/fx_crypt.cpp
|
| @@ -4,9 +4,9 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#include "../../../include/fxcrt/fx_basic.h"
|
| #include "../../../include/fdrm/fx_crypt.h"
|
| -#include "../../../src/fxcrt/fx_safe_types.h"
|
| +#include "../../../include/fxcrt/fx_basic.h"
|
| +#include "../../../include/fxcrt/fx_safe_types.h"
|
|
|
| #ifdef __cplusplus
|
| extern "C" {
|
|
|