diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2016-03-15 15:42:31 -0400 |
---|---|---|
committer | Dan Sinclair <dsinclair@chromium.org> | 2016-03-15 15:42:31 -0400 |
commit | 3a8051c8cb55e3c108c1f860dc743c42827ae4fa (patch) | |
tree | a74f6fe441e57669f7b25766f1d724e8ef8ed0d4 /xfa/fxjse/class.h | |
parent | 56c1019e694ba9c2d6624d3c11d99c22798ffdc8 (diff) | |
download | pdfium-3a8051c8cb55e3c108c1f860dc743c42827ae4fa.tar.xz |
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 .
Diffstat (limited to 'xfa/fxjse/class.h')
-rw-r--r-- | xfa/fxjse/class.h | 3 |
1 files changed, 2 insertions, 1 deletions
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; |