summaryrefslogtreecommitdiff
path: root/xfa/fxjse/runtime.cpp
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-04-06 10:47:54 -0700
committerCommit bot <commit-bot@chromium.org>2016-04-06 10:47:54 -0700
commit89bdd0876e6b92c959839908204eb82337a27ba2 (patch)
tree607cb5ebf8371c8610ae0f278154be9d98c8f904 /xfa/fxjse/runtime.cpp
parent44d054c6449edb63d9760ac6602b036ffec75a84 (diff)
downloadpdfium-89bdd0876e6b92c959839908204eb82337a27ba2.tar.xz
Move code from fpdfsdk/include to the sub directories.
This CL moves the fxedit, jsapi and fpdfxfa code out of fpdfsdk/include to the various sub-include directories. Review URL: https://codereview.chromium.org/1863163002
Diffstat (limited to 'xfa/fxjse/runtime.cpp')
-rw-r--r--xfa/fxjse/runtime.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxjse/runtime.cpp b/xfa/fxjse/runtime.cpp
index 83affe550d..7b62174899 100644
--- a/xfa/fxjse/runtime.cpp
+++ b/xfa/fxjse/runtime.cpp
@@ -6,7 +6,7 @@
#include "xfa/fxjse/runtime.h"
-#include "fpdfsdk/include/jsapi/fxjs_v8.h"
+#include "fpdfsdk/jsapi/include/fxjs_v8.h"
#include "xfa/fxjse/scope_inline.h"
// Duplicates fpdfsdk's cjs_runtime.h, but keeps XFA from depending on it.