From 35d4587eceb07cad6b38675b0ebb4b73eca3a62b Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Fri, 12 Oct 2018 19:07:03 +0000 Subject: Remove more unnecessary includes and do IWYU as needed. Also move some implementations out of headers. Change-Id: I321fc26970c440d874b135bd28e8bc8156b9afee Reviewed-on: https://pdfium-review.googlesource.com/c/43890 Commit-Queue: Lei Zhang Reviewed-by: Tom Sepez --- xfa/fgas/layout/cfx_txtbreak.cpp | 1 + xfa/fgas/layout/cfx_txtbreak.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'xfa/fgas/layout') diff --git a/xfa/fgas/layout/cfx_txtbreak.cpp b/xfa/fgas/layout/cfx_txtbreak.cpp index 86146a1d58..2a03b9c1b5 100644 --- a/xfa/fgas/layout/cfx_txtbreak.cpp +++ b/xfa/fgas/layout/cfx_txtbreak.cpp @@ -11,6 +11,7 @@ #include "core/fxcrt/fx_arabic.h" #include "core/fxcrt/fx_bidi.h" #include "core/fxcrt/fx_memory.h" +#include "third_party/base/stl_util.h" #include "xfa/fde/cfde_texteditengine.h" #include "xfa/fgas/font/cfgas_gefont.h" #include "xfa/fgas/layout/cfx_linebreak.h" diff --git a/xfa/fgas/layout/cfx_txtbreak.h b/xfa/fgas/layout/cfx_txtbreak.h index 66fef7acef..63a6d93e87 100644 --- a/xfa/fgas/layout/cfx_txtbreak.h +++ b/xfa/fgas/layout/cfx_txtbreak.h @@ -12,7 +12,6 @@ #include "core/fxcrt/cfx_char.h" #include "core/fxge/cfx_renderdevice.h" -#include "third_party/base/stl_util.h" #include "xfa/fgas/layout/cfx_break.h" class CFDE_TextEditEngine; -- cgit v1.2.3