John Abd-El-Malek | 3f3b45c | 2014-05-23 17:28:10 -0700 | [diff] [blame] | 1 | // Copyright 2014 PDFium Authors. All rights reserved. |
| 2 | // Use of this source code is governed by a BSD-style license that can be |
| 3 | // found in the LICENSE file. |
Tom Sepez | 04db653 | 2015-05-27 16:24:18 -0700 | [diff] [blame] | 4 | |
John Abd-El-Malek | 3f3b45c | 2014-05-23 17:28:10 -0700 | [diff] [blame] | 5 | // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
| 6 | |
Tom Sepez | 19922bb | 2015-05-28 13:23:12 -0700 | [diff] [blame] | 7 | #ifndef FPDFSDK_INCLUDE_JAVASCRIPT_JAVASCRIPT_H_ |
| 8 | #define FPDFSDK_INCLUDE_JAVASCRIPT_JAVASCRIPT_H_ |
John Abd-El-Malek | 3f3b45c | 2014-05-23 17:28:10 -0700 | [diff] [blame] | 9 | |
| 10 | #include <string> |
John Abd-El-Malek | 3f3b45c | 2014-05-23 17:28:10 -0700 | [diff] [blame] | 11 | #include <vector> |
| 12 | |
Tom Sepez | 04db653 | 2015-05-27 16:24:18 -0700 | [diff] [blame] | 13 | #include "../../../core/include/fpdfapi/fpdf_module.h" |
| 14 | #include "../../../core/include/fpdfapi/fpdf_pageobj.h" |
| 15 | #include "../../../core/include/fpdfapi/fpdf_serial.h" |
| 16 | #include "../../../core/include/fpdfdoc/fpdf_doc.h" |
| 17 | #include "../../../core/include/fpdfdoc/fpdf_vt.h" |
Tom Sepez | 04db653 | 2015-05-27 16:24:18 -0700 | [diff] [blame] | 18 | #include "../fsdk_mgr.h" |
| 19 | #include "../fx_systemhandler.h" |
| 20 | #include "../fxedit/fx_edit.h" |
| 21 | #include "../jsapi/fxjs_v8.h" |
| 22 | #include "../pdfwindow/IPDFWindow.h" |
| 23 | #include "../fpdfxfa/fpdfxfa_app.h" |
John Abd-El-Malek | 3f3b45c | 2014-05-23 17:28:10 -0700 | [diff] [blame] | 24 | |
Tom Sepez | 19922bb | 2015-05-28 13:23:12 -0700 | [diff] [blame] | 25 | #endif // FPDFSDK_INCLUDE_JAVASCRIPT_JAVASCRIPT_H_ |