summaryrefslogtreecommitdiff
path: root/xfa/src/fxjse/src/runtime.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/src/fxjse/src/runtime.cpp')
-rw-r--r--xfa/src/fxjse/src/runtime.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/xfa/src/fxjse/src/runtime.cpp b/xfa/src/fxjse/src/runtime.cpp
index 72e221226d..3553a9a443 100644
--- a/xfa/src/fxjse/src/runtime.cpp
+++ b/xfa/src/fxjse/src/runtime.cpp
@@ -6,9 +6,9 @@
#include "fpdfsdk/include/jsapi/fxjs_v8.h" // For per-isolate data.
#include "xfa/src/foxitlib.h"
-#include "fxv8.h"
-#include "runtime.h"
-#include "scope_inline.h"
+#include "xfa/src/fxjse/src/fxv8.h"
+#include "xfa/src/fxjse/src/runtime.h"
+#include "xfa/src/fxjse/src/scope_inline.h"
// Duplicates fpdfsdk's JS_Runtime.h, but keeps XFA from depending on it.
// TODO(tsepez): make a single version of this.