rename include

This commit is contained in:
Jackie Kay 2015-11-30 13:22:54 -08:00
parent bfa5f2cdcb
commit 741d701350
3 changed files with 4 additions and 7 deletions

View file

@ -13,11 +13,10 @@
// limitations under the License.
#include "rclcpp/executor.hpp"
#include "rclcpp/scope_exit.hpp"
#include "rcl_interfaces/msg/intra_process_message.hpp"
#include "./scope_exit.hpp"
using rclcpp::executor::AnyExecutable;
using rclcpp::executor::Executor;

View file

@ -19,8 +19,7 @@
#include <vector>
#include "rclcpp/utilities.hpp"
#include "../scope_exit.hpp"
#include "rclcpp/scope_exit.hpp"
using rclcpp::executors::multi_threaded_executor::MultiThreadedExecutor;

View file

@ -12,9 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#include <rclcpp/executors/single_threaded_executor.hpp>
#include "../scope_exit.hpp"
#include "rclcpp/executors/single_threaded_executor.hpp"
#include "rclcpp/scope_exit.hpp"
using rclcpp::executors::single_threaded_executor::SingleThreadedExecutor;