mirror of
https://github.com/abseil/abseil-cpp.git
synced 2026-06-04 12:07:05 +08:00
Remove unused include
PiperOrigin-RevId: 796888262 Change-Id: I3975b0d68d06beeb6c1d118653708418f8893046
This commit is contained in:
committed by
Copybara-Service
parent
9d0ba8dc5c
commit
f363711b40
@@ -68,7 +68,6 @@ cc_library(
|
||||
deps = [
|
||||
":algorithm",
|
||||
"//absl/base:config",
|
||||
"//absl/base:core_headers",
|
||||
"//absl/base:nullability",
|
||||
"//absl/meta:type_traits",
|
||||
],
|
||||
|
||||
@@ -49,7 +49,6 @@ absl_cc_library(
|
||||
DEPS
|
||||
absl::algorithm
|
||||
absl::config
|
||||
absl::core_headers
|
||||
absl::meta
|
||||
absl::nullability
|
||||
PUBLIC
|
||||
|
||||
@@ -52,7 +52,6 @@
|
||||
|
||||
#include "absl/algorithm/algorithm.h"
|
||||
#include "absl/base/config.h"
|
||||
#include "absl/base/macros.h"
|
||||
#include "absl/base/nullability.h"
|
||||
#include "absl/meta/type_traits.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user