Skip to content

Commit 0b428a9

Browse files
committed
get rid of id_, some unnecessary google imports
1 parent 6479191 commit 0b428a9

File tree

4 files changed

+0
-10
lines changed

4 files changed

+0
-10
lines changed

src/viam/sdk/referenceframe/frame.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ class LinkConfig {
2121
std::string get_parent() const;
2222

2323
private:
24-
std::string id_;
2524
translation translation_;
2625
OrientationConfig orientation_;
2726
GeometryConfig geometry_;

src/viam/sdk/registry/registry.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55

66
#include <string>
77

8-
#include <google/protobuf/descriptor.h>
9-
#include <google/protobuf/message.h>
108
#include <grpcpp/channel.h>
119
#include <grpcpp/impl/service_type.h>
1210
#include <grpcpp/server.h>

src/viam/sdk/robot/service.hpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33
/// @brief gRPC service implementation for a `robot`.
44
#pragma once
55

6-
#include <string>
7-
#include <thread>
8-
#include <unordered_map>
9-
10-
#include <google/protobuf/struct.pb.h>
116
#include <grpcpp/support/status.h>
127

138
#include <viam/api/common/v1/common.pb.h>

src/viam/sdk/services/generic.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
/// executing arbitrary commands.
55
#pragma once
66

7-
#include <google/protobuf/descriptor.h>
8-
97
#include <viam/sdk/common/proto_value.hpp>
108
#include <viam/sdk/common/utils.hpp>
119
#include <viam/sdk/config/resource.hpp>

0 commit comments

Comments
 (0)