Index: xfa/src/fxfa/src/app/xfa_fftextedit.cpp |
diff --git a/xfa/src/fxfa/src/app/xfa_fftextedit.cpp b/xfa/src/fxfa/src/app/xfa_fftextedit.cpp |
index f315b46911845ed425e60208997752f8a8a65e71..350d4b0d90ab15e8f70ec15ddc3a821790906739 100644 |
--- a/xfa/src/fxfa/src/app/xfa_fftextedit.cpp |
+++ b/xfa/src/fxfa/src/app/xfa_fftextedit.cpp |
@@ -14,7 +14,7 @@ |
#include "xfa/src/fxfa/src/app/xfa_ffwidget.h" |
#include "xfa/src/fxfa/src/app/xfa_fwladapter.h" |
#include "xfa/src/fxfa/src/app/xfa_textlayout.h" |
-#include "xfa/src/fxfa/src/common/xfa_common.h" |
+ |
CXFA_FFTextEdit::CXFA_FFTextEdit(CXFA_FFPageView* pPageView, |
CXFA_WidgetAcc* pDataAcc) |
: CXFA_FFField(pPageView, pDataAcc), m_pOldDelegate(NULL) {} |