Skip to content

Commit

Permalink
move ostream_std_unique_ptr_logical_link_control.hpp to ostream_std_u…
Browse files Browse the repository at this point in the history
…nique_ptr_logical_link_control_packet.hpp
  • Loading branch information
marenz2569 committed Jul 31, 2024
1 parent e7bd52f commit 875bde3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/borzoi/borzoi_packets.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*/

#include "borzoi/borzoi_packets.hpp"
#include "utils/ostream_std_unique_ptr_logical_link_control.hpp"
#include "utils/ostream_std_unique_ptr_logical_link_control_packet.hpp"

inline static auto get_time() -> std::string {
auto t = std::time(nullptr);
Expand Down
6 changes: 3 additions & 3 deletions src/borzoi/borzoi_sender.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

#include "borzoi/borzoi_sender.hpp"
#include "borzoi/borzoi_packets.hpp"
#include "nlohmann/borzoi_send_tetra_packet.hpp" // IWYU pragma: keep
#include "nlohmann/borzoi_send_tetra_slots.hpp" // IWYU pragma: keep
#include "utils/ostream_std_unique_ptr_logical_link_control.hpp" // IWYU pragma: keep
#include "nlohmann/borzoi_send_tetra_packet.hpp" // IWYU pragma: keep
#include "nlohmann/borzoi_send_tetra_slots.hpp" // IWYU pragma: keep
#include "utils/ostream_std_unique_ptr_logical_link_control_packet.hpp" // IWYU pragma: keep
#include <cpr/body.h>
#include <cpr/cprtypes.h>
#include <cpr/payload.h>
Expand Down

0 comments on commit 875bde3

Please sign in to comment.