Skip to content

Commit

Permalink
perception: Remove spurious dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jwnimmer-tri committed Nov 16, 2018
1 parent 06cd20d commit 234fdf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion perception/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ drake_cc_library(
":point_cloud",
"//common:essential",
"//systems/framework",
"//systems/sensors",
"//systems/sensors:camera_info",
"//systems/sensors:image",
],
)

Expand Down
1 change: 0 additions & 1 deletion perception/depth_image_to_point_cloud.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#include "drake/systems/framework/leaf_system.h"
#include "drake/systems/sensors/camera_info.h"
#include "drake/systems/sensors/image.h"
#include "drake/systems/sensors/rgbd_camera.h"

namespace drake {
namespace perception {
Expand Down

0 comments on commit 234fdf0

Please sign in to comment.