aboutsummaryrefslogtreecommitdiff
path: root/pw_log_rpc
diff options
context:
space:
mode:
authorWyatt Hepler <hepler@google.com>2021-07-09 17:03:22 -0700
committerCQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>2021-07-12 20:26:37 +0000
commitc0ea3f9956f512f8caf29ca451c98598c1b4598d (patch)
treee641199d02bad300e5bb30c21716e004f30193e7 /pw_log_rpc
parentd704e8ecc23c17feb83c0404082532fc03736941 (diff)
downloadpigweed-c0ea3f9956f512f8caf29ca451c98598c1b4598d.tar.gz
pw_rpc: Reorganize raw implementation
Replace "raw_" file prefixes with a directory path. This mirrors the directory structure of the module and is cleaner to work with. Change-Id: I067b7772a83f9707633828119319376324c04e10 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/52862 Commit-Queue: Wyatt Hepler <hepler@google.com> Pigweed-Auto-Submit: Wyatt Hepler <hepler@google.com> Reviewed-by: Alexei Frolov <frolv@google.com>
Diffstat (limited to 'pw_log_rpc')
-rw-r--r--pw_log_rpc/logs_rpc_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pw_log_rpc/logs_rpc_test.cc b/pw_log_rpc/logs_rpc_test.cc
index 88a3f503f..2779104e6 100644
--- a/pw_log_rpc/logs_rpc_test.cc
+++ b/pw_log_rpc/logs_rpc_test.cc
@@ -16,7 +16,7 @@
#include "gtest/gtest.h"
#include "pw_log/log.h"
-#include "pw_rpc/raw_test_method_context.h"
+#include "pw_rpc/raw/test_method_context.h"
namespace pw::log_rpc {
namespace {