aboutsummaryrefslogtreecommitdiff
path: root/rel32_utils.cc
diff options
context:
space:
mode:
authorHans Wennborg <hans@chromium.org>2020-04-28 11:06:24 +0000
committerCopybara-Service <copybara-worker@google.com>2021-07-25 21:04:11 -0700
commit5a340be6734e4615865e79cca0114ae48c72284f (patch)
tree6dd88216196356b5cb2cc1d468082963ba7eaf9a /rel32_utils.cc
parent14fcdf0f966170d2810ceff0cea66826a942e877 (diff)
downloadzucchini-5a340be6734e4615865e79cca0114ae48c72284f.tar.gz
Remove/replace unnecessary logging.h includes in .cc files (components)
CHECK, CHECK_EQ etc., and NOTREACHED/NOTIMPLEMENTED have moved to the much smaller headers check.h, check_op.h, and notreached.h, respectively. This CL updates .cc files to use those headers instead when possible, with the purpose of saving compile time. (Split out from https://crrev.com/c/2164525 which also has notes on how the change was generated.) Bug: 1031540 Change-Id: I1c0c8450be6320577ebebe39a2cb1abc692fe8b0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2164613 Commit-Queue: Hans Wennborg <hans@chromium.org> Auto-Submit: Hans Wennborg <hans@chromium.org> Reviewed-by: Ted Choc <tedchoc@chromium.org> Reviewed-by: Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#763287} NOKEYCHECK=True GitOrigin-RevId: df87046cb8ae4dbd62cda6e56d317016a6fa02c7
Diffstat (limited to 'rel32_utils.cc')
-rw-r--r--rel32_utils.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/rel32_utils.cc b/rel32_utils.cc
index 2d42975..37bcb6f 100644
--- a/rel32_utils.cc
+++ b/rel32_utils.cc
@@ -6,7 +6,7 @@
#include <algorithm>
-#include "base/logging.h"
+#include "base/check_op.h"
#include "components/zucchini/io_utils.h"
namespace zucchini {