From 3a8051c8cb55e3c108c1f860dc743c42827ae4fa Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Tue, 15 Mar 2016 15:42:31 -0400 Subject: Move xfa/include/fxjse/fxjse.h into xfa/fxjse/include. This CL moves the fxjse.h header and splits the cfxjse_arguments.h into its own file. R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1807623002 . --- xfa/fxjse/class.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'xfa/fxjse/class.h') diff --git a/xfa/fxjse/class.h b/xfa/fxjse/class.h index e67a77a5c3..db52979589 100644 --- a/xfa/fxjse/class.h +++ b/xfa/fxjse/class.h @@ -8,7 +8,8 @@ #define XFA_FXJSE_CLASS_H_ #include "v8/include/v8.h" -#include "xfa/include/fxjse/fxjse.h" +#include "xfa/fxjse/cfxjse_arguments.h" +#include "xfa/fxjse/include/fxjse.h" class CFXJSE_Context; class CFXJSE_Value; -- cgit v1.2.3