Skip to content

Commit

Permalink
Handle linters
Browse files Browse the repository at this point in the history
  • Loading branch information
ckormanyos committed Nov 29, 2024
1 parent e6e9413 commit 2e1c1ac
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/example002_pi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
#include <math/constants/constants_pi_control_for_decwide_t.h>
#include <math/wide_decimal/decwide_t.h>
#include <mcal_lcd/mcal_lcd_console.h>
#include <test/stopwatch.h>
#include <util/memory/util_n_slot_array_allocator.h>
#include <util/utility/util_baselexical_cast.h>
#include <test/stopwatch.h>

#include <algorithm>
#include <cstdint>
Expand Down
2 changes: 1 addition & 1 deletion examples/example002a_pi_small_limb.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
#include <math/constants/constants_pi_control_for_decwide_t.h>
#include <math/wide_decimal/decwide_t.h>
#include <mcal_lcd/mcal_lcd_console.h>
#include <test/stopwatch.h>
#include <util/memory/util_n_slot_array_allocator.h>
#include <util/utility/util_baselexical_cast.h>
#include <test/stopwatch.h>

#include <cstdint>
#include <iomanip>
Expand Down
2 changes: 1 addition & 1 deletion examples/example002b_pi_100k.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
#include <math/constants/constants_pi_control_for_decwide_t.h>
#include <math/wide_decimal/decwide_t.h>
#include <mcal_lcd/mcal_lcd_console.h>
#include <test/stopwatch.h>
#include <util/memory/util_n_slot_array_allocator.h>
#include <util/utility/util_baselexical_cast.h>
#include <test/stopwatch.h>

#include <cstdint>
#include <iomanip>
Expand Down
2 changes: 1 addition & 1 deletion examples/example002d_pi_limb08.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
#include <math/constants/constants_pi_control_for_decwide_t.h>
#include <math/wide_decimal/decwide_t.h>
#include <mcal_lcd/mcal_lcd_console.h>
#include <test/stopwatch.h>
#include <util/memory/util_n_slot_array_allocator.h>
#include <util/utility/util_baselexical_cast.h>
#include <test/stopwatch.h>

#include <cstdint>
#include <iomanip>
Expand Down
2 changes: 1 addition & 1 deletion examples/example008_bernoulli_tgamma.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@

#include <examples/example_decwide_t.h>
#include <math/wide_decimal/decwide_t.h>
#include <test/stopwatch.h>
#include <util/memory/util_n_slot_array_allocator.h>
#include <util/utility/util_dynamic_array.h>
#include <test/stopwatch.h>

#include <array>
#include <cstdint>
Expand Down

0 comments on commit 2e1c1ac

Please sign in to comment.