Skip to content

Commit

Permalink
fix: compilation fixed after last commits
Browse files Browse the repository at this point in the history
  • Loading branch information
mpusz committed Feb 22, 2024
1 parent b1466ca commit c57d172
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion src/core/include/mp-units/bits/fmt.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#pragma once

#include <gsl/gsl-lite.hpp>
#include <mp-units/bits/external/hacks.h>
#include <mp-units/compat_macros.h>
#include <concepts>
#include <limits>
#include <string_view>
Expand Down
1 change: 0 additions & 1 deletion src/core/include/mp-units/customization_points.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

#pragma once

#include <mp-units/bits/external/hacks.h>
#include <mp-units/bits/external/type_traits.h>
#include <limits>
#include <type_traits>
Expand Down
1 change: 0 additions & 1 deletion src/core/include/mp-units/math.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

#pragma once

#include <mp-units/bits/external/hacks.h>
#include <mp-units/bits/value_cast.h>
#include <mp-units/customization_points.h>
#include <mp-units/quantity.h>
Expand Down
1 change: 0 additions & 1 deletion src/core/include/mp-units/reference.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

#pragma once

#include <mp-units/bits/external/hacks.h>
#include <mp-units/bits/get_associated_quantity.h>
#include <mp-units/bits/quantity_concepts.h>
#include <mp-units/bits/reference_concepts.h>
Expand Down
1 change: 0 additions & 1 deletion src/systems/include/mp-units/systems/angular/math.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
#pragma once

#ifndef MP_UNITS_IN_MODULE_INTERFACE
#include <mp-units/bits/external/hacks.h>
#include <mp-units/bits/value_cast.h>
#include <mp-units/customization_points.h>
#include <mp-units/quantity.h>
Expand Down
1 change: 0 additions & 1 deletion src/systems/include/mp-units/systems/si/math.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
#pragma once

#ifndef MP_UNITS_IN_MODULE_INTERFACE
#include <mp-units/bits/external/hacks.h>
#include <mp-units/bits/value_cast.h>
#include <mp-units/customization_points.h>
#include <mp-units/quantity.h>
Expand Down

0 comments on commit c57d172

Please sign in to comment.