| Index: xfa/fxfa/app/xfa_ffnotify.cpp
|
| diff --git a/xfa/fxfa/app/xfa_ffnotify.cpp b/xfa/fxfa/app/xfa_ffnotify.cpp
|
| index 7cb9f40b6378de43cffc20e62d589840056cb2b8..7851819474dcf98366340b7190c87ee3a8096e5b 100644
|
| --- a/xfa/fxfa/app/xfa_ffnotify.cpp
|
| +++ b/xfa/fxfa/app/xfa_ffnotify.cpp
|
| @@ -20,7 +20,6 @@
|
| #include "xfa/fxfa/app/xfa_ffsubform.h"
|
| #include "xfa/fxfa/app/xfa_fftext.h"
|
| #include "xfa/fxfa/app/xfa_fftextedit.h"
|
| -#include "xfa/fxfa/app/xfa_ffwidget.h"
|
| #include "xfa/fxfa/app/xfa_ffwidgetacc.h"
|
| #include "xfa/fxfa/app/xfa_fwladapter.h"
|
| #include "xfa/fxfa/app/xfa_textlayout.h"
|
| @@ -28,6 +27,7 @@
|
| #include "xfa/include/fxfa/xfa_ffdoc.h"
|
| #include "xfa/include/fxfa/xfa_ffdocview.h"
|
| #include "xfa/include/fxfa/xfa_ffpageview.h"
|
| +#include "xfa/include/fxfa/xfa_ffwidget.h"
|
| #include "xfa/include/fxfa/xfa_ffwidgethandler.h"
|
|
|
| static void XFA_FFDeleteWidgetAcc(void* pData) {
|
|
|