| Index: xfa/fwl/core/fwl_formimp.h
 | 
| diff --git a/xfa/fwl/core/fwl_formimp.h b/xfa/fwl/core/fwl_formimp.h
 | 
| index eddc1d60323e304f4b15305e31c5d2e07a4a8782..e5c0f8022e2f09db8bc6d0be3cf7dbf479fa06fd 100644
 | 
| --- a/xfa/fwl/core/fwl_formimp.h
 | 
| +++ b/xfa/fwl/core/fwl_formimp.h
 | 
| @@ -9,11 +9,13 @@
 | 
|  
 | 
|  #include "xfa/fwl/core/fwl_panelimp.h"
 | 
|  #include "xfa/fwl/core/fwl_widgetimp.h"
 | 
| -#include "xfa/include/fwl/core/fwl_form.h"
 | 
| +#include "xfa/fwl/core/ifwl_form.h"
 | 
|  
 | 
| +class CFWL_MsgMouse;
 | 
| +class CFWL_MsgClose;
 | 
| +class CFWL_MsgWindowMove;
 | 
|  class CFWL_NoteLoop;
 | 
|  class CFWL_WidgetImpProperties;
 | 
| -class CFWL_MsgMouse;
 | 
|  class IFWL_Widget;
 | 
|  class IFWL_ThemeProvider;
 | 
|  class CFWL_SysBtn;
 | 
| 
 |