Index: core/fpdfapi/fpdf_parser/cpdf_standard_crypto_handler.cpp |
diff --git a/core/src/fpdfapi/fpdf_parser/cpdf_standard_crypto_handler.cpp b/core/fpdfapi/fpdf_parser/cpdf_standard_crypto_handler.cpp |
similarity index 99% |
rename from core/src/fpdfapi/fpdf_parser/cpdf_standard_crypto_handler.cpp |
rename to core/fpdfapi/fpdf_parser/cpdf_standard_crypto_handler.cpp |
index b656572cff4b85df37c2e5d0d55c22876c6936eb..b73238997c8df8de445a770014eabe2b1424d630 100644 |
--- a/core/src/fpdfapi/fpdf_parser/cpdf_standard_crypto_handler.cpp |
+++ b/core/fpdfapi/fpdf_parser/cpdf_standard_crypto_handler.cpp |
@@ -4,14 +4,14 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#include "core/src/fpdfapi/fpdf_parser/cpdf_standard_crypto_handler.h" |
+#include "core/fpdfapi/fpdf_parser/cpdf_standard_crypto_handler.h" |
#include <time.h> |
+#include "core/include/fdrm/fx_crypt.h" |
#include "core/include/fpdfapi/cpdf_parser.h" |
#include "core/include/fpdfapi/cpdf_simple_parser.h" |
#include "core/include/fpdfapi/ipdf_security_handler.h" |
-#include "core/include/fdrm/fx_crypt.h" |
IPDF_CryptoHandler::~IPDF_CryptoHandler() {} |