Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1377)

Unified Diff: xfa/src/fxfa/src/common/fxfa_localevalue.h

Issue 1735833003: Remove include only fwl.h and IWYU. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « xfa/src/fxfa/src/app/xfa_fwltheme.cpp ('k') | xfa/src/fxfa/src/common/xfa_document.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/src/fxfa/src/common/fxfa_localevalue.h
diff --git a/xfa/src/fxfa/src/common/fxfa_localevalue.h b/xfa/src/fxfa/src/common/fxfa_localevalue.h
index 39660ff665a65d788182a366dedfb26a7b9684c1..a876d6968e92ac62eda3691309b918f40f990e87 100644
--- a/xfa/src/fxfa/src/common/fxfa_localevalue.h
+++ b/xfa/src/fxfa/src/common/fxfa_localevalue.h
@@ -7,9 +7,12 @@
#ifndef XFA_SRC_FXFA_SRC_COMMON_FXFA_LOCALEVALUE_H_
#define XFA_SRC_FXFA_SRC_COMMON_FXFA_LOCALEVALUE_H_
+#include "xfa/include/fxfa/fxfa_objectacc.h"
+
class IFX_Locale;
class CFX_Unitime;
class CXFA_LocaleMgr;
+
#define XFA_VT_NULL 0
#define XFA_VT_BOOLEAN 1
#define XFA_VT_INTEGER 2
@@ -19,6 +22,7 @@ class CXFA_LocaleMgr;
#define XFA_VT_DATE 32
#define XFA_VT_TIME 64
#define XFA_VT_DATETIME 128
+
class CXFA_LocaleValue {
public:
CXFA_LocaleValue();
« no previous file with comments | « xfa/src/fxfa/src/app/xfa_fwltheme.cpp ('k') | xfa/src/fxfa/src/common/xfa_document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698