aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--absl/synchronization/BUILD.bazel1
-rw-r--r--absl/types/BUILD.bazel1
2 files changed, 1 insertions, 1 deletions
diff --git a/absl/synchronization/BUILD.bazel b/absl/synchronization/BUILD.bazel
index 5e190c5..354291f 100644
--- a/absl/synchronization/BUILD.bazel
+++ b/absl/synchronization/BUILD.bazel
@@ -204,5 +204,6 @@ cc_test(
deps = [
":synchronization",
"//absl/base",
+ "//absl/base:core_headers",
],
)
diff --git a/absl/types/BUILD.bazel b/absl/types/BUILD.bazel
index b10d7d2..f98d9af 100644
--- a/absl/types/BUILD.bazel
+++ b/absl/types/BUILD.bazel
@@ -92,7 +92,6 @@ cc_library(
"//absl/base:core_headers",
"//absl/base:throw_delegate",
"//absl/meta:type_traits",
- "//absl/strings",
],
)