Skip to content

Commit

Permalink
move json serde to own include folder
Browse files Browse the repository at this point in the history
  • Loading branch information
marenz2569 committed Jul 30, 2024
1 parent 3458415 commit ef0f885
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion include/l3/circuit_mode_control_entity_packet.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#pragma once

#include "l3/mobile_link_entity_packet.hpp"
#include "nlohmann_std_variant.hpp" // IWYU pragma: keep
#include "nlohmann/std_variant.hpp" // IWYU pragma: keep
#include "utils/address.hpp"
#include "utils/bit_vector.hpp"
#include "utils/type234_parser.hpp"
Expand Down
2 changes: 1 addition & 1 deletion include/l3/mobile_management_packet.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#pragma once

#include "l3/mobile_link_entity_packet.hpp"
#include "nlohmann_std_variant.hpp" // IWYU pragma: keep
#include "nlohmann/std_variant.hpp" // IWYU pragma: keep
#include "utils/bit_vector.hpp"
#include "utils/type234_parser.hpp"
#include <optional>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions include/utils/address.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

#pragma once

#include "nlohmann_std_optional.hpp" // IWYU pragma: keep
#include "nlohmann_unsigned_bitint.hpp" // IWYU pragma: keep
#include "nlohmann/std_optional.hpp" // IWYU pragma: keep
#include "nlohmann/unsigned_bitint.hpp" // IWYU pragma: keep
#include "utils/bit_vector.hpp"
#include <iostream>
#include <nlohmann/json.hpp>
Expand Down
4 changes: 2 additions & 2 deletions src/borzoi/borzoi_sender.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
#include "l3/mobile_link_entity_packet.hpp"
#include "l3/mobile_management_packet.hpp"
#include "l3/short_data_service_packet.hpp"
#include "nlohmann_slots.hpp" // IWYU pragma: keep
#include "nlohmann_std_unique_ptr_logical_link_control_packet.hpp" // IWYU pragma: keep
#include "nlohmann/slots.hpp" // IWYU pragma: keep
#include "nlohmann/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 ef0f885

Please sign in to comment.