summaryrefslogtreecommitdiff
path: root/fxjs/js_define.h
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2018-10-18 21:09:55 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-10-18 21:09:55 +0000
commit31beedc1e833842385b20b40d0ef27dbfc979443 (patch)
tree3678b19d407cfa3bc38bcc654b3b14e1aa7cdba9 /fxjs/js_define.h
parentf58b6f62614357ef3a6f171a9f5c89d72981ac40 (diff)
downloadpdfium-31beedc1e833842385b20b40d0ef27dbfc979443.tar.xz
Do more IWYU in fxjs/.
Change-Id: I778085c6e21904e697d5899a93f4e4e9fca92478 Reviewed-on: https://pdfium-review.googlesource.com/c/44272 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'fxjs/js_define.h')
-rw-r--r--fxjs/js_define.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/fxjs/js_define.h b/fxjs/js_define.h
index 9187e60e3f..bf7aa35504 100644
--- a/fxjs/js_define.h
+++ b/fxjs/js_define.h
@@ -11,11 +11,13 @@
#include "core/fxcrt/unowned_ptr.h"
#include "fxjs/cfxjs_engine.h"
-#include "fxjs/cjs_object.h"
#include "fxjs/cjs_result.h"
+#include "fxjs/cjs_runtime.h"
#include "fxjs/js_resources.h"
#include "third_party/base/ptr_util.h"
+class CJS_Object;
+
double JS_GetDateTime();
int JS_GetYearFromTime(double dt);
int JS_GetMonthFromTime(double dt);