diff options
-rw-r--r-- | core/fpdfapi/parser/cpdf_boolean.cpp | 1 | ||||
-rw-r--r-- | core/fpdfapi/parser/cpdf_null.cpp | 1 | ||||
-rw-r--r-- | core/fpdfapi/parser/cpdf_number.cpp | 1 | ||||
-rw-r--r-- | core/fpdfdoc/cpvt_wordinfo.cpp | 1 | ||||
-rw-r--r-- | core/fxcrt/cfx_datetime.cpp | 1 | ||||
-rw-r--r-- | core/fxcrt/fx_memory.cpp | 3 | ||||
-rw-r--r-- | core/fxcrt/fx_string.cpp | 3 | ||||
-rw-r--r-- | core/fxcrt/xml/cfx_xmldocument.cpp | 1 | ||||
-rw-r--r-- | core/fxge/skia/fx_skia_device.cpp | 3 | ||||
-rw-r--r-- | fpdfsdk/pwl/cpwl_button.cpp | 1 | ||||
-rw-r--r-- | fpdfsdk/pwl/cpwl_special_button.cpp | 1 |
11 files changed, 14 insertions, 3 deletions
diff --git a/core/fpdfapi/parser/cpdf_boolean.cpp b/core/fpdfapi/parser/cpdf_boolean.cpp index a26110116b..6066c80809 100644 --- a/core/fpdfapi/parser/cpdf_boolean.cpp +++ b/core/fpdfapi/parser/cpdf_boolean.cpp @@ -5,6 +5,7 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com #include "core/fpdfapi/parser/cpdf_boolean.h" + #include "core/fxcrt/fx_stream.h" #include "third_party/base/ptr_util.h" diff --git a/core/fpdfapi/parser/cpdf_null.cpp b/core/fpdfapi/parser/cpdf_null.cpp index f94b46778b..18c135c3ab 100644 --- a/core/fpdfapi/parser/cpdf_null.cpp +++ b/core/fpdfapi/parser/cpdf_null.cpp @@ -5,6 +5,7 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com #include "core/fpdfapi/parser/cpdf_null.h" + #include "core/fxcrt/fx_stream.h" #include "third_party/base/ptr_util.h" diff --git a/core/fpdfapi/parser/cpdf_number.cpp b/core/fpdfapi/parser/cpdf_number.cpp index 23c2609e25..221a1ce760 100644 --- a/core/fpdfapi/parser/cpdf_number.cpp +++ b/core/fpdfapi/parser/cpdf_number.cpp @@ -5,6 +5,7 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com #include "core/fpdfapi/parser/cpdf_number.h" + #include "core/fxcrt/fx_stream.h" #include "third_party/base/ptr_util.h" diff --git a/core/fpdfdoc/cpvt_wordinfo.cpp b/core/fpdfdoc/cpvt_wordinfo.cpp index 24ad4b8965..5465645be8 100644 --- a/core/fpdfdoc/cpvt_wordinfo.cpp +++ b/core/fpdfdoc/cpvt_wordinfo.cpp @@ -5,6 +5,7 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com #include "core/fpdfdoc/cpvt_wordinfo.h" + #include "core/fxcrt/fx_codepage.h" #include "third_party/base/ptr_util.h" diff --git a/core/fxcrt/cfx_datetime.cpp b/core/fxcrt/cfx_datetime.cpp index 9dcf6325ca..0147b59fe2 100644 --- a/core/fxcrt/cfx_datetime.cpp +++ b/core/fxcrt/cfx_datetime.cpp @@ -5,6 +5,7 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com #include "core/fxcrt/cfx_datetime.h" + #include "core/fxcrt/fx_system.h" #if _FX_OS_ == _FX_OS_LINUX_ || _FX_OS_ == _FX_OS_ANDROID_ || \ diff --git a/core/fxcrt/fx_memory.cpp b/core/fxcrt/fx_memory.cpp index c0ca7a02df..73d894aefa 100644 --- a/core/fxcrt/fx_memory.cpp +++ b/core/fxcrt/fx_memory.cpp @@ -4,9 +4,10 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com +#include "core/fxcrt/fx_memory.h" + #include <stdlib.h> // For abort(). -#include "core/fxcrt/fx_memory.h" #include "core/fxcrt/fx_safe_types.h" #include "third_party/base/debug/alias.h" diff --git a/core/fxcrt/fx_string.cpp b/core/fxcrt/fx_string.cpp index 31eb8e917d..944f467751 100644 --- a/core/fxcrt/fx_string.cpp +++ b/core/fxcrt/fx_string.cpp @@ -4,13 +4,14 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com +#include "core/fxcrt/fx_string.h" + #include <limits> #include <vector> #include "core/fxcrt/cfx_utf8decoder.h" #include "core/fxcrt/cfx_utf8encoder.h" #include "core/fxcrt/fx_extension.h" -#include "core/fxcrt/fx_string.h" #include "third_party/base/compiler_specific.h" ByteString FX_UTF8Encode(const WideStringView& wsStr) { diff --git a/core/fxcrt/xml/cfx_xmldocument.cpp b/core/fxcrt/xml/cfx_xmldocument.cpp index 5ce4aed694..73f19d1c7d 100644 --- a/core/fxcrt/xml/cfx_xmldocument.cpp +++ b/core/fxcrt/xml/cfx_xmldocument.cpp @@ -3,6 +3,7 @@ // found in the LICENSE file. #include "core/fxcrt/xml/cfx_xmldocument.h" + #include "core/fxcrt/fx_system.h" #include "core/fxcrt/xml/cfx_xmlinstruction.h" #include "third_party/base/ptr_util.h" diff --git a/core/fxge/skia/fx_skia_device.cpp b/core/fxge/skia/fx_skia_device.cpp index a06fcaaa55..a282cd6a1f 100644 --- a/core/fxge/skia/fx_skia_device.cpp +++ b/core/fxge/skia/fx_skia_device.cpp @@ -2,6 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +#include "core/fxge/skia/fx_skia_device.h" + #include <algorithm> #include <utility> #include <vector> @@ -25,7 +27,6 @@ #include "core/fxge/dib/cfx_bitmapcomposer.h" #include "core/fxge/dib/cfx_imagerenderer.h" #include "core/fxge/dib/cfx_imagestretcher.h" -#include "core/fxge/skia/fx_skia_device.h" #include "third_party/base/logging.h" #include "third_party/base/ptr_util.h" #include "third_party/skia/include/core/SkCanvas.h" diff --git a/fpdfsdk/pwl/cpwl_button.cpp b/fpdfsdk/pwl/cpwl_button.cpp index 5c06a98fa6..364bcc6f2a 100644 --- a/fpdfsdk/pwl/cpwl_button.cpp +++ b/fpdfsdk/pwl/cpwl_button.cpp @@ -5,6 +5,7 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com #include "fpdfsdk/pwl/cpwl_button.h" + #include "fpdfsdk/pwl/cpwl_wnd.h" CPWL_Button::CPWL_Button() : m_bMouseDown(false) {} diff --git a/fpdfsdk/pwl/cpwl_special_button.cpp b/fpdfsdk/pwl/cpwl_special_button.cpp index ddca67e5d1..f95918f60a 100644 --- a/fpdfsdk/pwl/cpwl_special_button.cpp +++ b/fpdfsdk/pwl/cpwl_special_button.cpp @@ -5,6 +5,7 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com #include "fpdfsdk/pwl/cpwl_special_button.h" + #include "fpdfsdk/pwl/cpwl_button.h" #include "fpdfsdk/pwl/cpwl_wnd.h" |