Skip to content

Commit

Permalink
Fix errors from rebase
Browse files Browse the repository at this point in the history
Signed-off-by: Rebecca Butler <rebecca@openrobotics.org>
  • Loading branch information
rebecca-butler committed Aug 6, 2021
1 parent c3afff1 commit caafb0a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ rosidl_generate_interfaces(${PROJECT_NAME}
add_library(${PROJECT_NAME}_lib SHARED
src/${PROJECT_NAME}/component_manager.cpp
src/${PROJECT_NAME}/compress_messages.cpp
src/${PROJECT_NAME}/component_manager.cpp
src/${PROJECT_NAME}/domain_bridge.cpp
src/${PROJECT_NAME}/domain_bridge_options.cpp
src/${PROJECT_NAME}/parse_domain_bridge_yaml_config.cpp
Expand Down
3 changes: 0 additions & 3 deletions src/domain_bridge.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,9 @@
// limitations under the License.

#include <memory>
#include <sstream>
#include <string>

#include "rclcpp/rclcpp.hpp"
#include "rclcpp/executors/single_threaded_executor.hpp"
#include "rcutils/cmdline_parser.h"

#include "domain_bridge/component_manager.hpp"
#include "domain_bridge/domain_bridge.hpp"
Expand Down

0 comments on commit caafb0a

Please sign in to comment.