// Copyright 2014 The PDFium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com #ifndef XFA_FWL_CFWL_MONTHCALENDAR_H_ #define XFA_FWL_CFWL_MONTHCALENDAR_H_ #include <memory> #include <vector> #include "core/fxcrt/widestring.h" #include "xfa/fwl/cfwl_event.h" #include "xfa/fwl/cfwl_widget.h" namespace pdfium { class CFWL_MessageMouse; class CFWL_MonthCalendar final : public CFWL_Widget { … }; } // namespace pdfium // TODO(crbug.com/42271761): Remove. CFWL_MonthCalendar; #endif // XFA_FWL_CFWL_MONTHCALENDAR_H_