Skip to content

Commit

Permalink
Small style fix in distobox_worker.h
Browse files Browse the repository at this point in the history
Change style of non-package include.
  • Loading branch information
francescomilano172 committed Nov 6, 2020
1 parent 71c1d1a commit a3db044
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
#define CPT_POINTLASER_COMM_ROS_DISTOBOX_WORKER_H_

#include <cpt_pointlaser_comm/distobox_serial.h>
#include <std_srvs/Empty.h>

#include "cpt_pointlaser_comm_ros/GetDistance.h"
#include "std_srvs/Empty.h"

namespace cad_percept {
namespace pointlaser_comm_ros {
Expand Down

0 comments on commit a3db044

Please sign in to comment.