Skip to content

Commit

Permalink
Remove unnecessary includes
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmuskleist committed Jul 16, 2023
1 parent 5f1fb74 commit 5e4bda8
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
3 changes: 0 additions & 3 deletions src/modm/driver/inertial/ixm42xxx.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
#include "ixm42xxx_definitions.hpp"
#include "ixm42xxx_transport.hpp"

#include <modm/architecture/interface/spi_device.hpp>
#include <modm/processing/resumable.hpp>

namespace modm
{

Expand Down
1 change: 0 additions & 1 deletion src/modm/driver/inertial/ixm42xxx_data.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#include <span>

#include <modm/math.hpp>
#include <modm/math/utils/endianness.hpp>

namespace modm
{
Expand Down
2 changes: 0 additions & 2 deletions src/modm/driver/inertial/ixm42xxx_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@

#include "ixm42xxx.hpp"

#include <modm/math/utils/bit_constants.hpp>

namespace modm
{

Expand Down
2 changes: 1 addition & 1 deletion src/modm/driver/inertial/ixm42xxx_transport.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
#ifndef MODM_IXM42XXX_TRANSPORT_HPP
#define MODM_IXM42XXX_TRANSPORT_HPP

#include <modm/architecture/interface/spi_device.hpp>
#include <modm/architecture/interface/i2c_device.hpp>
#include <modm/architecture/interface/spi_device.hpp>
#include <modm/processing/resumable.hpp>

namespace modm
Expand Down

0 comments on commit 5e4bda8

Please sign in to comment.