Skip to content

Commit

Permalink
sfdp: Fixed some clang-tidy lints about things being used from header…
Browse files Browse the repository at this point in the history
…s not directly included
  • Loading branch information
dragonmux committed Dec 11, 2023
1 parent fd02d6d commit 9d39068
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/sfdp.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,18 @@
// SPDX-FileContributor: Written by Rachel Mant <[email protected]>
#include <cstddef>
#include <cstdint>
#include <cinttypes>
#include <string_view>
#include <array>
#include <tuple>
#include <optional>
#include <substrate/console>
#include <substrate/index_sequence>
#include <substrate/indexed_iterator>
#include <substrate/units>
#include <substrate/span>
#include "bmp.hxx"
#include "spiFlash.hxx"
#include "sfdp.hxx"
#include "sfdpInternal.hxx"
#include "units.hxx"
Expand Down

0 comments on commit 9d39068

Please sign in to comment.