Skip to content

Commit

Permalink
fix: use angled brackets for external libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
mbsaloka committed Jun 18, 2024
1 parent acf0646 commit fe25f96
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/akushon/config/grpc/call_data_brake_action.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@

#include "akushon/config/grpc/call_data_brake_action.hpp"
#include "akushon/config/utils/config.hpp"
#include "nlohmann/json.hpp"
#include "rclcpp/rclcpp.hpp"

#include <nlohmann/json.hpp>
#include <rclcpp/rclcpp.hpp>

namespace akushon
{
Expand Down

0 comments on commit fe25f96

Please sign in to comment.