summaryrefslogtreecommitdiff
path: root/xfa/fwl
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2018-10-02 22:38:26 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-10-02 22:38:26 +0000
commitc0a3a9b72f9bddd0b0a2b0465d961c6d9584558b (patch)
treea767f30367ae33d941eda55f24bae80aef30abd4 /xfa/fwl
parentf08dca093834baec1eb7357e4cab9fb1a14f3893 (diff)
downloadpdfium-c0a3a9b72f9bddd0b0a2b0465d961c6d9584558b.tar.xz
Remove unneeded cfgas_fontmgr.h includes.
Fix IWYU issues in affected files. Change-Id: I92c145348549d2d0f0e066e134e649b3b958e068 Reviewed-on: https://pdfium-review.googlesource.com/c/43313 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'xfa/fwl')
-rw-r--r--xfa/fwl/cfx_barcode_unittest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/xfa/fwl/cfx_barcode_unittest.cpp b/xfa/fwl/cfx_barcode_unittest.cpp
index 953bb1cd1f..9d8caf21f3 100644
--- a/xfa/fwl/cfx_barcode_unittest.cpp
+++ b/xfa/fwl/cfx_barcode_unittest.cpp
@@ -12,6 +12,7 @@
#include "core/fxcrt/fx_string.h"
#include "core/fxge/cfx_defaultrenderdevice.h"
#include "core/fxge/cfx_renderdevice.h"
+#include "core/fxge/dib/cfx_dibitmap.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "testing/test_support.h"
#include "testing/utils/bitmap_saver.h"