diff options
author | Lei Zhang <thestig@chromium.org> | 2018-01-11 14:31:41 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-01-11 14:31:41 +0000 |
commit | 96d6b4df3a96976bb3d9ba068a88bf655f3da856 (patch) | |
tree | 581c27d52e82c4643cea90558c7feba784eeae39 /testing | |
parent | 762502141cc93fb22fbfcf536d81752c4c6886aa (diff) | |
download | pdfium-96d6b4df3a96976bb3d9ba068a88bf655f3da856.tar.xz |
Remove core/fxge/cfx_fontmgr.h from headers.
Then do IWYU for CFX_FontMgr users.
Change-Id: Id77529ccf45ec448c56c40412b78eb55925bd00e
Reviewed-on: https://pdfium-review.googlesource.com/22531
Commit-Queue: dsinclair <dsinclair@chromium.org>
Reviewed-by: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'testing')
-rw-r--r-- | testing/unit_test_main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/unit_test_main.cpp b/testing/unit_test_main.cpp index ffc95216cc..64b12993a9 100644 --- a/testing/unit_test_main.cpp +++ b/testing/unit_test_main.cpp @@ -9,6 +9,7 @@ #include "testing/gtest/include/gtest/gtest.h" #if PDF_ENABLE_XFA +#include "core/fxge/cfx_fontmgr.h" #include "core/fxge/cfx_gemodule.h" #include "xfa/fgas/font/cfgas_fontmgr.h" #include "xfa/fgas/font/cfgas_gefont.h" |