summaryrefslogtreecommitdiff
path: root/core/src/fxge/android/fpf_skiamodule.cpp
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2016-02-29 17:03:30 -0500
committerDan Sinclair <dsinclair@chromium.org>2016-02-29 17:03:30 -0500
commitac4b8361e7919c6188587b89cbfbb748b3079b5b (patch)
tree5f4117599a0a03157f28f2bb2fea056a2ed1633f /core/src/fxge/android/fpf_skiamodule.cpp
parentbec4ea1e64b8049c572dd088c9c09a94f49b2353 (diff)
downloadpdfium-ac4b8361e7919c6188587b89cbfbb748b3079b5b.tar.xz
Remove fx_fpf.h and IWYU
R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1748803002 .
Diffstat (limited to 'core/src/fxge/android/fpf_skiamodule.cpp')
-rw-r--r--core/src/fxge/android/fpf_skiamodule.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/core/src/fxge/android/fpf_skiamodule.cpp b/core/src/fxge/android/fpf_skiamodule.cpp
index 116b65f7f0..76ee853602 100644
--- a/core/src/fxge/android/fpf_skiamodule.cpp
+++ b/core/src/fxge/android/fpf_skiamodule.cpp
@@ -4,10 +4,13 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#include "core/src/fxge/android/fx_fpf.h"
+#include "core/include/fxcrt/fx_system.h"
+
#if _FX_OS_ == _FX_ANDROID_
+
#include "core/src/fxge/android/fpf_skiafontmgr.h"
#include "core/src/fxge/android/fpf_skiamodule.h"
+
static IFPF_DeviceModule* gs_pPFModule = NULL;
IFPF_DeviceModule* FPF_GetDeviceModule() {
if (!gs_pPFModule) {