summaryrefslogtreecommitdiff
path: root/core/fpdfapi/font
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2018-09-20 01:21:05 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-09-20 01:21:05 +0000
commit109aa6d0f673aee11a398aae478fb758fc73a33f (patch)
tree0ec791dcb33395953b5afb8b667b0a1823daa789 /core/fpdfapi/font
parentf3cc72fd2b6910d4d7437f71efce23b501c5b526 (diff)
downloadpdfium-109aa6d0f673aee11a398aae478fb758fc73a33f.tar.xz
Remove more unneeded STL #includes from headers.
Remove some variables named "string" to avoid false positives from the linter. Change-Id: I00a53e6970451fd0cea8ab2f8178183650ca00d2 Reviewed-on: https://pdfium-review.googlesource.com/42810 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'core/fpdfapi/font')
-rw-r--r--core/fpdfapi/font/cpdf_fontglobals.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/fpdfapi/font/cpdf_fontglobals.h b/core/fpdfapi/font/cpdf_fontglobals.h
index d5156aae65..0e2985f312 100644
--- a/core/fpdfapi/font/cpdf_fontglobals.h
+++ b/core/fpdfapi/font/cpdf_fontglobals.h
@@ -9,7 +9,6 @@
#include <map>
#include <memory>
-#include <utility>
#include "core/fpdfapi/cmaps/cmap_int.h"
#include "core/fpdfapi/font/cfx_stockfontarray.h"