summaryrefslogtreecommitdiff
path: root/fxjs
diff options
context:
space:
mode:
Diffstat (limited to 'fxjs')
-rw-r--r--fxjs/cfx_v8.h1
-rw-r--r--fxjs/cjs_object.h3
-rw-r--r--fxjs/cjs_runtime.h1
3 files changed, 0 insertions, 5 deletions
diff --git a/fxjs/cfx_v8.h b/fxjs/cfx_v8.h
index f7bed86329..3ebabdefec 100644
--- a/fxjs/cfx_v8.h
+++ b/fxjs/cfx_v8.h
@@ -7,7 +7,6 @@
#ifndef FXJS_CFX_V8_H_
#define FXJS_CFX_V8_H_
-#include <map>
#include <vector>
#include "core/fxcrt/fx_string.h"
diff --git a/fxjs/cjs_object.h b/fxjs/cjs_object.h
index 70682cd51e..c8a4451ef0 100644
--- a/fxjs/cjs_object.h
+++ b/fxjs/cjs_object.h
@@ -7,9 +7,6 @@
#ifndef FXJS_CJS_OBJECT_H_
#define FXJS_CJS_OBJECT_H_
-#include <memory>
-#include <utility>
-
#include "core/fxcrt/unowned_ptr.h"
#include "fpdfsdk/cpdfsdk_helpers.h"
#include "fxjs/cfxjs_engine.h"
diff --git a/fxjs/cjs_runtime.h b/fxjs/cjs_runtime.h
index 8835106697..99dbd0d443 100644
--- a/fxjs/cjs_runtime.h
+++ b/fxjs/cjs_runtime.h
@@ -7,7 +7,6 @@
#ifndef FXJS_CJS_RUNTIME_H_
#define FXJS_CJS_RUNTIME_H_
-#include <map>
#include <memory>
#include <set>
#include <utility>