commit | f736842e2c0d826072cc235a52846e11f1622cc3 | [log] [tgz] |
---|---|---|
author | Tom Sepez <tsepez@chromium.org> | Fri Sep 17 21:19:49 2021 +0000 |
committer | Pdfium LUCI CQ <pdfium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 17 21:19:49 2021 +0000 |
tree | a7037f75f48a5152781f5f8d6e79112a215f947a | |
parent | db41a5d0e925f7abac2c0f3eaf5aa5fedf9fc9bf [diff] [blame] |
Remove STL includes for files without std:: symbols -- convert some <cstddef> to <stddef.h> for compliance. -- fix one IWYU Change-Id: I785da3e836ad06943fe32fd074e4db4291a04e37 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/85271 Auto-Submit: Tom Sepez <tsepez@chromium.org> Commit-Queue: Tom Sepez <tsepez@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Lei Zhang <thestig@chromium.org>
diff --git a/testing/fuzzers/pdf_streamparser_fuzzer.cc b/testing/fuzzers/pdf_streamparser_fuzzer.cc index 1d1144b..68506d8 100644 --- a/testing/fuzzers/pdf_streamparser_fuzzer.cc +++ b/testing/fuzzers/pdf_streamparser_fuzzer.cc
@@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include <cstdint> +#include <stdint.h> #include "core/fpdfapi/page/cpdf_streamparser.h" #include "core/fpdfapi/parser/cpdf_object.h"