diff options
Diffstat (limited to 'core/src/fdrm')
-rw-r--r-- | core/src/fdrm/crypto/fx_crypt.cpp | 2 | ||||
-rw-r--r-- | core/src/fdrm/crypto/fx_crypt_aes.cpp | 3 | ||||
-rw-r--r-- | core/src/fdrm/crypto/fx_crypt_sha.cpp | 3 |
3 files changed, 5 insertions, 3 deletions
diff --git a/core/src/fdrm/crypto/fx_crypt.cpp b/core/src/fdrm/crypto/fx_crypt.cpp index 170cb577f1..c1016cdcd9 100644 --- a/core/src/fdrm/crypto/fx_crypt.cpp +++ b/core/src/fdrm/crypto/fx_crypt.cpp @@ -4,7 +4,7 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#include "../../../include/fdrm/fx_crypt.h" +#include "core/include/fdrm/fx_crypt.h" #ifdef __cplusplus extern "C" { diff --git a/core/src/fdrm/crypto/fx_crypt_aes.cpp b/core/src/fdrm/crypto/fx_crypt_aes.cpp index 751e88930c..d27783f820 100644 --- a/core/src/fdrm/crypto/fx_crypt_aes.cpp +++ b/core/src/fdrm/crypto/fx_crypt_aes.cpp @@ -4,7 +4,8 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#include "../../../include/fdrm/fx_crypt.h" +#include "core/include/fdrm/fx_crypt.h" + #ifdef __cplusplus extern "C" { #endif diff --git a/core/src/fdrm/crypto/fx_crypt_sha.cpp b/core/src/fdrm/crypto/fx_crypt_sha.cpp index 98e61d03ee..21046f1df2 100644 --- a/core/src/fdrm/crypto/fx_crypt_sha.cpp +++ b/core/src/fdrm/crypto/fx_crypt_sha.cpp @@ -4,7 +4,8 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#include "../../../include/fdrm/fx_crypt.h" +#include "core/include/fdrm/fx_crypt.h" + #ifdef __cplusplus extern "C" { #endif |