Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(857)

Unified Diff: xfa/src/fee/include/ifde_txtedtpage.h

Issue 1722803002: Sort includes in xfa/. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Review cleanups Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « xfa/src/fee/include/ifde_txtedtengine.h ('k') | xfa/src/fee/src/fee/fde_txtedtblock.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/src/fee/include/ifde_txtedtpage.h
diff --git a/xfa/src/fee/include/ifde_txtedtpage.h b/xfa/src/fee/include/ifde_txtedtpage.h
index 63b488f17f9cb046f9531e0563d8315cb2f66834..c16e94febf96b61f972891f76979ed99ec7e0399 100644
--- a/xfa/src/fee/include/ifde_txtedtpage.h
+++ b/xfa/src/fee/include/ifde_txtedtpage.h
@@ -7,8 +7,11 @@
#ifndef XFA_SRC_FEE_INCLUDE_IFDE_TXTEDTPAGE_H_
#define XFA_SRC_FEE_INCLUDE_IFDE_TXTEDTPAGE_H_
+#include "core/include/fxge/fx_ge.h"
+#include "xfa/src/fdp/include/fde_psr.h"
+#include "xfa/src/fgas/include/fx_tbk.h"
+
class IFDE_TxtEdtEngine;
-class IFDE_TxtEdtPage;
class IFDE_TxtEdtPage : public IFDE_CanvasSet, public IFX_TxtAccess {
public:
static IFDE_TxtEdtPage* Create(IFDE_TxtEdtEngine* pEngine, int32_t nIndex);
« no previous file with comments | « xfa/src/fee/include/ifde_txtedtengine.h ('k') | xfa/src/fee/src/fee/fde_txtedtblock.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698