about summary refs log tree commit diff
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 5e190c559c5c..354291f29b3e 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 b10d7d2e822c..f98d9af429ce 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",
     ],
 )