| Index: xfa/fwl/theme/monthcalendartp.cpp
 | 
| diff --git a/xfa/fwl/theme/monthcalendartp.cpp b/xfa/fwl/theme/monthcalendartp.cpp
 | 
| index 5a2f3afe4db0f8671e227062b868c2c9618e91e8..832adde73ab6fbd8db2002136c3a519d8ac3b67b 100644
 | 
| --- a/xfa/fwl/theme/monthcalendartp.cpp
 | 
| +++ b/xfa/fwl/theme/monthcalendartp.cpp
 | 
| @@ -7,10 +7,13 @@
 | 
|  #include "xfa/include/fwl/theme/monthcalendartp.h"
 | 
|  
 | 
|  #include "xfa/fde/tto/fde_textout.h"
 | 
| +#include "xfa/fwl/basewidget/ifwl_monthcalendar.h"
 | 
| +#include "xfa/fwl/core/cfwl_themebackground.h"
 | 
| +#include "xfa/fwl/core/cfwl_themetext.h"
 | 
| +#include "xfa/fwl/core/ifwl_themeprovider.h"
 | 
| +#include "xfa/fwl/core/ifwl_widget.h"
 | 
|  #include "xfa/fxgraphics/cfx_color.h"
 | 
|  #include "xfa/fxgraphics/cfx_path.h"
 | 
| -#include "xfa/include/fwl/basewidget/fwl_monthcalendar.h"
 | 
| -#include "xfa/include/fwl/core/fwl_widget.h"
 | 
|  
 | 
|  #define FWL_THEMECAPACITY_MC_HEADER_WIDTH 200
 | 
|  #define FWL_THEMECAPACITY_MC_HEADER_HEIGHT 30
 | 
| 
 |