Skip to content

Commit

Permalink
backend: rename telemetryrpc_impl.h to telemetry_service_impl.h
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasVautherin committed Mar 26, 2018
1 parent 2843910 commit b3d0a67
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/src/backend.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#include "dronecore.h"
#include "log.h"
#include "mission/missionrpc_impl.h"
#include "telemetry/telemetryrpc_impl.h"
#include "telemetry/telemetry_service_impl.h"

namespace dronecore {
namespace backend {
Expand Down
2 changes: 1 addition & 1 deletion backend/test/telemetry_service_impl_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include <vector>

#include "telemetry/mocks/telemetry_mock.h"
#include "telemetry/telemetryrpc_impl.h"
#include "telemetry/telemetry_service_impl.h"

namespace {

Expand Down

0 comments on commit b3d0a67

Please sign in to comment.