Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Standardize includes to use <> style #1724

Closed
tylerjw opened this issue Nov 17, 2022 · 0 comments · Fixed by #1734
Closed

Standardize includes to use <> style #1724

tylerjw opened this issue Nov 17, 2022 · 0 comments · Fixed by #1734
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@tylerjw
Copy link
Member

tylerjw commented Nov 17, 2022

As started here: https://github.com/ros-planning/moveit2/pull/170/files

Refactor all includes to use <> style. For example:

#include "rclcpp/rclcpp.hpp"

Becomes:

#include <rclcpp/rclcpp.hpp>
@tylerjw tylerjw added enhancement New feature or request good first issue Good for newcomers labels Nov 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant