mirror of
https://github.com/abseil/abseil-cpp.git
synced 2026-06-04 20:14:23 +08:00
Remove unused dependency in absl/types/optional.h
PiperOrigin-RevId: 866108635 Change-Id: If8981b0c4631d4bc81df1eb51f7b737cb97d3d2c
This commit is contained in:
committed by
Copybara-Service
parent
bf24e8b443
commit
fc3eb05099
@@ -100,6 +100,7 @@ cc_library(
|
||||
linkopts = ABSL_DEFAULT_LINKOPTS,
|
||||
deps = [
|
||||
"//absl/base:config",
|
||||
"//absl/utility",
|
||||
],
|
||||
)
|
||||
|
||||
|
||||
@@ -98,6 +98,7 @@ absl_cc_library(
|
||||
${ABSL_DEFAULT_COPTS}
|
||||
DEPS
|
||||
absl::config
|
||||
absl::utility
|
||||
PUBLIC
|
||||
)
|
||||
|
||||
|
||||
@@ -26,6 +26,7 @@
|
||||
#include <optional>
|
||||
|
||||
#include "absl/base/config.h"
|
||||
#include "absl/utility/utility.h"
|
||||
|
||||
namespace absl {
|
||||
ABSL_NAMESPACE_BEGIN
|
||||
|
||||
Reference in New Issue
Block a user