0

Remove/replace unnecessary logging.h includes in .cc files (rlz)

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: I054e9ccfcbe6417607237e46a42622194956f1eb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2164513
Auto-Submit: Hans Wennborg <hans@chromium.org>
Commit-Queue: Roger Tawa <rogerta@chromium.org>
Reviewed-by: Roger Tawa <rogerta@chromium.org>
Cr-Commit-Position: refs/heads/master@{#763464}
This commit is contained in:
Hans Wennborg
2020-04-28 18:56:36 +00:00
committed by Commit Bot
parent 91082e6889
commit a124a2e4ef
8 changed files with 0 additions and 8 deletions

@ -6,7 +6,6 @@
#include "rlz/lib/crc32.h"
#include "base/logging.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

@ -6,7 +6,6 @@
#include <stddef.h>
#include "base/logging.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

@ -18,7 +18,6 @@
#include <stdint.h>
#include "base/logging.h"
#include "base/stl_util.h"
#include "base/strings/string_util.h"
#include "base/strings/stringprintf.h"

@ -4,7 +4,6 @@
#include "rlz/lib/lib_values.h"
#include "base/logging.h"
#include "rlz/lib/assert.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

@ -18,7 +18,6 @@
#include <memory>
#include "base/bind.h"
#include "base/logging.h"
#include "base/message_loop/message_pump_type.h"
#include "base/posix/eintr_wrapper.h"
#include "base/strings/stringprintf.h"

@ -8,7 +8,6 @@
#include <stddef.h>
#include "base/logging.h"
#include "base/stl_util.h"
#include "base/strings/utf_string_conversions.h"
#include "rlz/lib/assert.h"

@ -10,7 +10,6 @@
#include <stddef.h>
#include <stdint.h>
#include "base/logging.h"
#include "base/mac/foundation_util.h"
#include "base/mac/mac_util.h"
#include "base/mac/scoped_cftyperef.h"

@ -13,7 +13,6 @@
#include "rlz/win/lib/machine_deal.h"
#include "base/logging.h"
#include "rlz/lib/machine_deal_win.h"
#include "rlz/test/rlz_test_helpers.h"
#include "testing/gmock/include/gmock/gmock.h"