Skip to content

Commit 2563242

Browse files
committed
quote->brace
Signed-off-by: M. Fatih Cırıt <mfc@autoware.org>
1 parent 3067428 commit 2563242

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

common/autoware_node/src/node.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
#include "autoware/node/node.hpp"
15+
#include <autoware/node/node.hpp>
1616

1717
#include <rclcpp/rclcpp.hpp>
1818

common/autoware_test_node/src/test_node.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ TestNode::TestNode(const rclcpp::NodeOptions & options)
2727
}
2828
} // namespace autoware::test_node
2929

30-
#include "rclcpp_components/register_node_macro.hpp"
30+
#include <rclcpp_components/register_node_macro.hpp>
3131
RCLCPP_COMPONENTS_REGISTER_NODE(autoware::test_node::TestNode)

0 commit comments

Comments
 (0)