diff options
author | Tom Sepez <tsepez@chromium.org> | 2016-03-10 14:10:38 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2016-03-10 14:10:38 -0800 |
commit | 5fc239a0e64a5e16a23b99e128f88cc494d5b65c (patch) | |
tree | b64c7dabd2783be77ef1758b18040fd83329ec6c /core/include/fpdfapi/cfdf_document.h | |
parent | 79fcb5f6fa61967517566100415972848edefd24 (diff) | |
download | pdfium-5fc239a0e64a5e16a23b99e128f88cc494d5b65c.tar.xz |
Split fpdf_parser_objects.cpp into per-class .cpp/.h files.
R=dsinclair@chromium.org
Review URL: https://codereview.chromium.org/1776913007 .
Diffstat (limited to 'core/include/fpdfapi/cfdf_document.h')
-rw-r--r-- | core/include/fpdfapi/cfdf_document.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/include/fpdfapi/cfdf_document.h b/core/include/fpdfapi/cfdf_document.h index 6fb8ab7ba2..85852cd8cf 100644 --- a/core/include/fpdfapi/cfdf_document.h +++ b/core/include/fpdfapi/cfdf_document.h @@ -7,9 +7,9 @@ #ifndef CORE_INCLUDE_FPDFAPI_CFDF_DOCUMENT_H_ #define CORE_INCLUDE_FPDFAPI_CFDF_DOCUMENT_H_ -#include "core/include/fpdfapi/fpdf_objects.h" -#include "core/include/fxcrt/fx_stream.h" -#include "core/include/fxcrt/fx_system.h" +#include "core/include/fpdfapi/cpdf_indirect_object_holder.h" +#include "core/include/fpdfapi/cpdf_object.h" +#include "core/include/fxcrt/fx_basic.h" class CPDF_Dictionary; |