Skip to content

Commit

Permalink
Remove unnecessary includes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jongkuk Lim committed Nov 21, 2023
1 parent bc0b69a commit 2336e5c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion examples/client/flexxlam_client_example.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
#include <protocol/request/request_ethernet_communication_config.hpp>
#include <protocol/request/request_mavlink_communication_config.hpp>
#include <protocol/request/request_serial_communication_config.hpp>
#include <utils/string_utils.hpp>

namespace flexxlam {

Expand Down
1 change: 0 additions & 1 deletion include/protocol/command/command_save_pcd_protocol.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
#include <vector>

#include "protocol/base_protocol.hpp"
#include "utils/string_utils.hpp"
#include "utils/to_bytes.hpp"

namespace flexxlam {
Expand Down

0 comments on commit 2336e5c

Please sign in to comment.