blob: 28239efc6a925c05c662be6f884398fe246825b8 [file] [log] [blame]
John Abd-El-Malek3f3b45c2014-05-23 17:28:10 -07001// 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 Sepez04db6532015-05-27 16:24:18 -07004
John Abd-El-Malek3f3b45c2014-05-23 17:28:10 -07005// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
6
Tom Sepez19922bb2015-05-28 13:23:12 -07007#ifndef FPDFSDK_INCLUDE_JAVASCRIPT_JAVASCRIPT_H_
8#define FPDFSDK_INCLUDE_JAVASCRIPT_JAVASCRIPT_H_
John Abd-El-Malek3f3b45c2014-05-23 17:28:10 -07009
10#include <string>
John Abd-El-Malek3f3b45c2014-05-23 17:28:10 -070011#include <vector>
12
Tom Sepez04db6532015-05-27 16:24:18 -070013#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 Sepez04db6532015-05-27 16:24:18 -070018#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-Malek3f3b45c2014-05-23 17:28:10 -070024
Tom Sepez19922bb2015-05-28 13:23:12 -070025#endif // FPDFSDK_INCLUDE_JAVASCRIPT_JAVASCRIPT_H_