Skip to content

Commit

Permalink
reorder #include
Browse files Browse the repository at this point in the history
clang-tidy test
  • Loading branch information
sudo-ac committed Sep 20, 2024
1 parent 2347eb7 commit 8d5ab0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
// component include
#include "component/appliance.hpp"
#include "component/fault.hpp"
#include "component/genericbranch.hpp"
#include "component/line.hpp"
#include "component/link.hpp"
#include "component/load_gen.hpp"
Expand All @@ -22,7 +23,6 @@
#include "component/transformer.hpp"
#include "component/transformer_tap_regulator.hpp"
#include "component/voltage_sensor.hpp"
#include "component/genericbranch.hpp"

namespace power_grid_model {

Expand Down

0 comments on commit 8d5ab0c

Please sign in to comment.