From cc98d00add9b94f416643ced3784f884b2ccb86f Mon Sep 17 00:00:00 2001 From: William Woodall Date: Mon, 12 Dec 2016 11:56:59 -0800 Subject: [PATCH] remove unused include (#291) --- rclcpp/include/rclcpp/visibility_control.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/rclcpp/include/rclcpp/visibility_control.hpp b/rclcpp/include/rclcpp/visibility_control.hpp index b257c51..044fedb 100644 --- a/rclcpp/include/rclcpp/visibility_control.hpp +++ b/rclcpp/include/rclcpp/visibility_control.hpp @@ -22,8 +22,6 @@ #ifndef RCLCPP__VISIBILITY_CONTROL_HPP_ #define RCLCPP__VISIBILITY_CONTROL_HPP_ -#include "rmw/rmw.h" - // This logic was borrowed (then namespaced) from the examples on the gcc wiki: // https://gcc.gnu.org/wiki/Visibility