Skip to content

Commit cc9cc9a

Browse files
committed
cleanead up headers
1 parent 6242000 commit cc9cc9a

File tree

9 files changed

+3
-21
lines changed

9 files changed

+3
-21
lines changed

robotiq_hande_driver/hardware/include/robotiq_hande_driver/hande_gripper.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
#define ROBOTIQ_HANDE_DRIVER__HANDE_GRIPPER_HPP_
33

44
#include <stdint.h>
5-
#include <unistd.h>
65

76
#include "robotiq_hande_driver/protocol_logic.hpp"
87

robotiq_hande_driver/hardware/include/robotiq_hande_driver/hande_hardware_interface.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33

44
#include <atomic>
55
#include <chrono>
6-
#include <hardware_interface/system_interface.hpp>
76
#include <optional>
8-
#include <rclcpp/rclcpp.hpp>
9-
#include <string>
107
#include <thread>
118

9+
#include <hardware_interface/system_interface.hpp>
10+
#include <rclcpp/rclcpp.hpp>
11+
1212
#include "robotiq_hande_driver/hande_gripper.hpp"
1313
#include "robotiq_hande_driver/socat_manager.hpp"
1414

robotiq_hande_driver/hardware/include/robotiq_hande_driver/protocol_logic.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#ifndef ROBOTIQ_HANDE_DRIVER__PROTOCOL_LOGIC_HPP_
22
#define ROBOTIQ_HANDE_DRIVER__PROTOCOL_LOGIC_HPP_
33

4-
#include <string>
5-
64
#include "robotiq_hande_driver/communication.hpp"
75

86
namespace robotiq_hande_driver {

robotiq_hande_driver/hardware/include/robotiq_hande_driver/socat_manager.hpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22
#define ROBOTIQ_HANDE_DRIVER__SOCAT_MANAGER_HPP_
33

44
#include <chrono>
5-
#include <cstdlib>
6-
#include <exception>
75
#include <string>
8-
#include <thread>
96

107
#include <signal.h>
118
#include <sys/wait.h>

robotiq_hande_driver/hardware/src/communication.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
#include "robotiq_hande_driver/communication.hpp"
22

3-
#include <cstring>
4-
#include <iostream>
5-
63
namespace robotiq_hande_driver {
74

85
Communication::Communication() : cfg_{}, mb_{nullptr} {}

robotiq_hande_driver/hardware/src/hande_gripper.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
#include "robotiq_hande_driver/hande_gripper.hpp"
22

3-
#include <chrono>
43
#include <cmath>
5-
#include <cstdio>
6-
#include <thread>
74

85
namespace robotiq_hande_driver {
96

robotiq_hande_driver/hardware/src/hande_hardware_interface.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
#include "robotiq_hande_driver/hande_hardware_interface.hpp"
22
#include "robotiq_hande_driver/utils.hpp"
33

4-
#include <chrono>
5-
#include <thread>
6-
74
#include <hardware_interface/types/hardware_interface_type_values.hpp>
85

96
namespace robotiq_hande_driver {

robotiq_hande_driver/hardware/src/protocol_logic.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#include "robotiq_hande_driver/protocol_logic.hpp"
22

3-
#include <cstdio>
4-
53
namespace robotiq_hande_driver {
64

75
ProtocolLogic::ProtocolLogic()

robotiq_hande_driver/hardware/src/socat_manager.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#include "robotiq_hande_driver/socat_manager.hpp"
22

3-
#include <iostream>
43
#include <stdexcept>
54

65
namespace robotiq_hande_driver {

0 commit comments

Comments
 (0)