Skip to content

Commit

Permalink
pw_thread_stl: Remove unnecessary include
Browse files Browse the repository at this point in the history
Fixes: b/362356045
Change-Id: If05bf658d54ffac83b647aeb4455175197bec85f
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/254953
Reviewed-by: Alexei Frolov <[email protected]>
Lint: Lint 🤖 <[email protected]>
Commit-Queue: Wyatt Hepler <[email protected]>
Docs-Not-Needed: Wyatt Hepler <[email protected]>
Pigweed-Auto-Submit: Wyatt Hepler <[email protected]>
  • Loading branch information
255 authored and CQ Bot Account committed Dec 19, 2024
1 parent 8f3c17f commit 9fff267
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion pw_thread_stl/public/pw_thread_stl/options.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
#pragma once

#include "pw_thread/options.h"
#include "pw_thread/thread.h" // TODO: b/362356045 - Remove unnecessary include

namespace pw::thread::stl {

Expand Down
1 change: 1 addition & 0 deletions pw_uart/blocking_adapter_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#include "pw_sync/mutex.h"
#include "pw_sync/timed_thread_notification.h"
#include "pw_thread/test_thread_context.h"
#include "pw_thread/thread.h"
#include "pw_unit_test/framework.h"
#include "pw_work_queue/work_queue.h"

Expand Down

0 comments on commit 9fff267

Please sign in to comment.