From 880962cb81b7a34e4b90a2ecb1992f1afb13d529 Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Tue, 23 Feb 2016 09:09:24 -0500 Subject: Sort includes in xfa/. This CL sorts all the includes in the xfa/ directory. There are a lot of IWYU errors that have been fixed to make things compile again. BUG=pdfium:65 R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1722803002 . --- xfa/include/fxfa/fxfa_widget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xfa/include/fxfa/fxfa_widget.h') diff --git a/xfa/include/fxfa/fxfa_widget.h b/xfa/include/fxfa/fxfa_widget.h index 00fe369c4b..74a611d74b 100644 --- a/xfa/include/fxfa/fxfa_widget.h +++ b/xfa/include/fxfa/fxfa_widget.h @@ -20,7 +20,7 @@ class CXFA_TextLayout; class CXFA_TextProvider; class CXFA_WidgetLayoutData; class IFX_Font; -class CXFA_WidgetAcc; +class IXFA_AppProvider; class CXFA_WidgetAcc : public CXFA_WidgetData { public: -- cgit v1.2.3