Index: xfa/fwl/cfwl_datetimeedit.h |
diff --git a/xfa/fwl/core/cfwl_datetimeedit.h b/xfa/fwl/cfwl_datetimeedit.h |
similarity index 68% |
rename from xfa/fwl/core/cfwl_datetimeedit.h |
rename to xfa/fwl/cfwl_datetimeedit.h |
index 15fea7428613fbe4ac64a83f95a02829cd593e86..bde14ddf4920b8fb8f9ab92ea2a516ae6b0f7024 100644 |
--- a/xfa/fwl/core/cfwl_datetimeedit.h |
+++ b/xfa/fwl/cfwl_datetimeedit.h |
@@ -4,15 +4,15 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#ifndef XFA_FWL_CORE_CFWL_DATETIMEEDIT_H_ |
-#define XFA_FWL_CORE_CFWL_DATETIMEEDIT_H_ |
+#ifndef XFA_FWL_CFWL_DATETIMEEDIT_H_ |
+#define XFA_FWL_CFWL_DATETIMEEDIT_H_ |
#include <memory> |
-#include "xfa/fwl/core/cfwl_edit.h" |
-#include "xfa/fwl/core/cfwl_widget.h" |
-#include "xfa/fwl/core/cfwl_widgetproperties.h" |
-#include "xfa/fwl/core/fwl_error.h" |
+#include "xfa/fwl/cfwl_edit.h" |
+#include "xfa/fwl/cfwl_widget.h" |
+#include "xfa/fwl/cfwl_widgetproperties.h" |
+#include "xfa/fwl/fwl_error.h" |
class CFWL_DateTimeEdit : public CFWL_Edit { |
public: |
@@ -27,4 +27,4 @@ class CFWL_DateTimeEdit : public CFWL_Edit { |
void DisForm_OnProcessMessage(CFWL_Message* pMessage); |
}; |
-#endif // XFA_FWL_CORE_CFWL_DATETIMEEDIT_H_ |
+#endif // XFA_FWL_CFWL_DATETIMEEDIT_H_ |