Skip to content

Commit

Permalink
*: Remove accidental "public/" includes
Browse files Browse the repository at this point in the history
This change was created with:

  sed -i 's/#include "public\/pw/#include "pw/' $(git ls-files "*.h" "*.cc")

Change-Id: I92133fd9ede092038d79e427c76540ae662ad795
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/266136
Commit-Queue: Auto-Submit <[email protected]>
Lint: Lint 🤖 <[email protected]>
Pigweed-Auto-Submit: Wyatt Hepler <[email protected]>
Reviewed-by: Ted Pudlik <[email protected]>
Docs-Not-Needed: Wyatt Hepler <[email protected]>
Presubmit-Verified: CQ Bot Account <[email protected]>
  • Loading branch information
255 authored and CQ Bot Account committed Feb 8, 2025
1 parent 4d6191a commit 1cfec72
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 10 deletions.
2 changes: 1 addition & 1 deletion pw_allocator/block/result_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include <array>
#include <cstddef>

#include "public/pw_allocator/block/basic.h"
#include "pw_allocator/block/basic.h"
#include "pw_status/status.h"
#include "pw_unit_test/framework.h"

Expand Down
2 changes: 1 addition & 1 deletion pw_checksum/crc32_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

#include <string_view>

#include "public/pw_checksum/crc32.h"
#include "pw_bytes/array.h"
#include "pw_checksum/crc32.h"
#include "pw_span/span.h"
#include "pw_unit_test/framework.h"

Expand Down
1 change: 0 additions & 1 deletion pw_chre/host_link.cc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#include <algorithm>

#include "chre/core/host_comms_manager.h"
#include "public/pw_chre/host_link.h"
#include "pw_chre/host_link.h"

namespace chre {
Expand Down
1 change: 0 additions & 1 deletion pw_kvs/flash_partition_stream_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#include <cstddef>
#include <cstring>

#include "public/pw_kvs/flash_memory.h"
#include "pw_kvs/fake_flash_memory.h"
#include "pw_kvs/flash_memory.h"
#include "pw_kvs_private/config.h"
Expand Down
2 changes: 1 addition & 1 deletion pw_rpc/pwpb/client_reader_writer_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#include <optional>

#include "public/pw_rpc/pwpb/client_reader_writer.h"
#include "pw_rpc/pwpb/client_reader_writer.h"
#include "pw_rpc/pwpb/client_testing.h"
#include "pw_rpc_test_protos/test.rpc.pwpb.h"
#include "pw_unit_test/framework.h"
Expand Down
1 change: 0 additions & 1 deletion pw_rpc_transport/egress_ingress_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

#include <random>

#include "public/pw_rpc_transport/rpc_transport.h"
#include "pw_bytes/span.h"
#include "pw_metric/metric.h"
#include "pw_rpc/client_server.h"
Expand Down
1 change: 0 additions & 1 deletion pw_stream_uart_linux/stream_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

#include "pw_stream_uart_linux/stream.h"

#include "public/pw_stream_uart_linux/stream.h"
#include "pw_unit_test/framework.h"

namespace pw::stream {
Expand Down
2 changes: 1 addition & 1 deletion pw_system/file_service.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

#include "pw_system/file_service.h"

#include "public/pw_system/file_manager.h"
#include "pw_system/file_manager.h"

namespace pw::system {
namespace {
Expand Down
1 change: 0 additions & 1 deletion pw_transfer/transfer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
#define PW_LOG_MODULE_NAME "TRN"
#define PW_LOG_LEVEL PW_TRANSFER_CONFIG_LOG_LEVEL

#include "public/pw_transfer/transfer.h"
#include "pw_assert/check.h"
#include "pw_log/log.h"
#include "pw_status/try.h"
Expand Down
2 changes: 1 addition & 1 deletion pw_uart/uart_non_blocking_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// License for the specific language governing permissions and limitations under
// the License.

#include "public/pw_uart/uart_non_blocking.h"
#include "pw_uart/uart_non_blocking.h"

#include <cstdint>

Expand Down

0 comments on commit 1cfec72

Please sign in to comment.