Skip to content

Commit 1c6104e

Browse files
rjoomenLevi-Armstrong
authored andcommitted
Unused includes cleanup
1 parent 998ebdc commit 1c6104e

File tree

42 files changed

+16
-56
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+16
-56
lines changed

tesseract_command_language/include/tesseract_command_language/joint_waypoint.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
#include <tesseract_common/macros.h>
3030
TESSERACT_COMMON_IGNORE_WARNINGS_PUSH
3131
#include <Eigen/Core>
32-
#include <memory>
3332
#include <vector>
3433
TESSERACT_COMMON_IGNORE_WARNINGS_POP
3534

tesseract_command_language/include/tesseract_command_language/move_instruction.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828

2929
#include <tesseract_common/macros.h>
3030
TESSERACT_COMMON_IGNORE_WARNINGS_PUSH
31-
#include <vector>
3231
#include <Eigen/Geometry>
3332
TESSERACT_COMMON_IGNORE_WARNINGS_POP
3433

tesseract_command_language/include/tesseract_command_language/poly/waypoint_poly.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@
2828

2929
#include <tesseract_common/macros.h>
3030
TESSERACT_COMMON_IGNORE_WARNINGS_PUSH
31-
#include <memory>
3231
#include <string>
33-
#include <typeindex>
3432
#include <boost/serialization/base_object.hpp>
3533
#include <boost/serialization/export.hpp>
3634
#include <boost/concept_check.hpp>

tesseract_command_language/include/tesseract_command_language/profile_dictionary.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
#include <tesseract_common/macros.h>
3030
TESSERACT_COMMON_IGNORE_WARNINGS_PUSH
3131
#include <any>
32-
#include <iostream>
3332
#include <typeindex>
3433
#include <unordered_map>
3534
#include <memory>

tesseract_command_language/include/tesseract_command_language/state_waypoint.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
#include <tesseract_common/macros.h>
3030
TESSERACT_COMMON_IGNORE_WARNINGS_PUSH
3131
#include <Eigen/Core>
32-
#include <memory>
3332
#include <vector>
3433
TESSERACT_COMMON_IGNORE_WARNINGS_POP
3534

tesseract_command_language/include/tesseract_command_language/test_suite/instruction_poly_unit.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ TESSERACT_COMMON_IGNORE_WARNINGS_PUSH
3232
#include <boost/archive/xml_oarchive.hpp>
3333
#include <boost/archive/xml_iarchive.hpp>
3434
#include <boost/uuid/random_generator.hpp>
35-
#include <fstream>
3635
TESSERACT_COMMON_IGNORE_WARNINGS_POP
3736

3837
#include <tesseract_command_language/poly/instruction_poly.h>

tesseract_command_language/include/tesseract_command_language/test_suite/waypoint_poly_unit.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ TESSERACT_COMMON_IGNORE_WARNINGS_PUSH
3131
#include <gtest/gtest.h>
3232
#include <boost/archive/xml_oarchive.hpp>
3333
#include <boost/archive/xml_iarchive.hpp>
34-
#include <fstream>
3534
TESSERACT_COMMON_IGNORE_WARNINGS_POP
3635

3736
#include <tesseract_command_language/poly/waypoint_poly.h>

tesseract_command_language/src/cartesian_waypoint.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#include <tesseract_common/macros.h>
22
TESSERACT_COMMON_IGNORE_WARNINGS_PUSH
33
#include <boost/serialization/nvp.hpp>
4+
#include <iostream>
45
TESSERACT_COMMON_IGNORE_WARNINGS_POP
56

67
#include <tesseract_common/eigen_serialization.h>

tesseract_command_language/src/joint_waypoint.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ TESSERACT_COMMON_IGNORE_WARNINGS_PUSH
44
#include <boost/serialization/base_object.hpp>
55
#include <boost/serialization/array.hpp>
66
#include <boost/serialization/vector.hpp>
7+
#include <iostream>
78
TESSERACT_COMMON_IGNORE_WARNINGS_POP
89

910
#include <tesseract_common/eigen_serialization.h>

tesseract_command_language/src/state_waypoint.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626

2727
#include <tesseract_command_language/state_waypoint.h>
2828
#include <tesseract_common/utils.h>
29+
TESSERACT_COMMON_IGNORE_WARNINGS_PUSH
30+
#include <iostream>
31+
TESSERACT_COMMON_IGNORE_WARNINGS_POP
2932

3033
namespace tesseract_planning
3134
{

0 commit comments

Comments
 (0)