Commit 29adea93 authored by Hans Wennborg's avatar Hans Wennborg Committed by Commit Bot

Remove/replace unnecessary includes of logging.h (pdf/)

If the file just needs the CHECK/CHECK_OP/NOTREACHED
macros, use the appropriate header for that instead.
Or if logging.h is not needed at all, remove it.

This is both a nice cleanup (logging.h is a big header,
and including it unnecessarily has compile-time costs),
and part of the final step towards making logging.h no
longer include check.h and the others.

Bug: 1031540
Change-Id: Id0f04386d2024d6646d7bc05761954eeedd1e338
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2254779
Commit-Queue: Lei Zhang <thestig@chromium.org>
Auto-Submit: Hans Wennborg <hans@chromium.org>
Reviewed-by: default avatarLei Zhang <thestig@chromium.org>
Cr-Commit-Position: refs/heads/master@{#780810}
parent a9f454ec
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
#include <cstddef> #include <cstddef>
#include <vector> #include <vector>
#include "base/logging.h" #include "base/check_op.h"
#include "pdf/draw_utils/coordinates.h" #include "pdf/draw_utils/coordinates.h"
#include "pdf/page_orientation.h" #include "pdf/page_orientation.h"
#include "ppapi/cpp/rect.h" #include "ppapi/cpp/rect.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment