summaryrefslogtreecommitdiff
path: root/xfa/src/fxjse/src/fxv8.h
blob: fcf1e59855de3ead8275616f25bcce4cf05d5f71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright 2014 PDFium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com

// TODO(thestig): Remove this file and do IWYU.

#ifndef XFA_SRC_FXJSE_SRC_FXV8_H_
#define XFA_SRC_FXJSE_SRC_FXV8_H_

#include <libplatform/libplatform.h>
#include <v8.h>

#endif  // XFA_SRC_FXJSE_SRC_FXV8_H_