Skip to content

Commit

Permalink
pw_sync: Remove chrono dependency from borrow.h
Browse files Browse the repository at this point in the history
Time related dependencies are available via timed_borrow.h and chrono is
no-longer needed as a dependency.

Bug: 396440629
Change-Id: I14546be9ac67ad0b7e298565a34e9dcb8d166509
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/267812
Docs-Not-Needed: Anna Herrera <[email protected]>
Commit-Queue: Anna Herrera <[email protected]>
Presubmit-Verified: CQ Bot Account <[email protected]>
Lint: Lint 🤖 <[email protected]>
Reviewed-by: Aaron Green <[email protected]>
  • Loading branch information
Anna Herrera authored and CQ Bot Account committed Feb 13, 2025
1 parent 5f8f25b commit e1d73a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pw_sync/public/pw_sync/borrow.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
// the License.
#pragma once

#include <chrono>
#include <optional>
#include <type_traits>

Expand Down

0 comments on commit e1d73a0

Please sign in to comment.