summaryrefslogtreecommitdiff
path: root/fxbarcode/qrcode
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2018-09-20 01:20:45 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-09-20 01:20:45 +0000
commitf3cc72fd2b6910d4d7437f71efce23b501c5b526 (patch)
treed44f204dfa1bcfdb43353c28d8611ec210df683e /fxbarcode/qrcode
parentd39389f6ec2eb96695d2645e1fc4e71fd7c5da08 (diff)
downloadpdfium-f3cc72fd2b6910d4d7437f71efce23b501c5b526.tar.xz
Remove many unneeded STL #includes from headers.
Change-Id: I7010cedee8d17d05b2c37a94d767e6f3a9c48f7d Reviewed-on: https://pdfium-review.googlesource.com/42790 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'fxbarcode/qrcode')
-rw-r--r--fxbarcode/qrcode/BC_QRCoderECBlocks.h2
-rw-r--r--fxbarcode/qrcode/BC_QRCoderVersion.h1
2 files changed, 0 insertions, 3 deletions
diff --git a/fxbarcode/qrcode/BC_QRCoderECBlocks.h b/fxbarcode/qrcode/BC_QRCoderECBlocks.h
index 6c4f1cd9a7..2583b12e79 100644
--- a/fxbarcode/qrcode/BC_QRCoderECBlocks.h
+++ b/fxbarcode/qrcode/BC_QRCoderECBlocks.h
@@ -9,8 +9,6 @@
#include <stdint.h>
-#include <vector>
-
struct CBC_QRCoderECBlockData;
class CBC_QRCoderECBlocks {
diff --git a/fxbarcode/qrcode/BC_QRCoderVersion.h b/fxbarcode/qrcode/BC_QRCoderVersion.h
index bfa213ccbb..2faa66ddbb 100644
--- a/fxbarcode/qrcode/BC_QRCoderVersion.h
+++ b/fxbarcode/qrcode/BC_QRCoderVersion.h
@@ -8,7 +8,6 @@
#define FXBARCODE_QRCODE_BC_QRCODERVERSION_H_
#include <memory>
-#include <vector>
#include "fxbarcode/qrcode/BC_QRCoderECBlocks.h"