Skip to content

Commit

Permalink
#1404 - Fix some inconsistency in header managements hidden by PCH
Browse files Browse the repository at this point in the history
  • Loading branch information
jfalcou authored Sep 19, 2022
1 parent a9f5965 commit bf84c63
Show file tree
Hide file tree
Showing 20 changed files with 17 additions and 61 deletions.
1 change: 0 additions & 1 deletion include/eve/arch/abi.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#include <eve/arch/expected_cardinal.hpp>
#include <eve/detail/kumi.hpp>
#include <eve/arch/abi_of.hpp>
#include <eve/forward.hpp>

#include <concepts>
#include <type_traits>
Expand Down
1 change: 1 addition & 0 deletions include/eve/module/complex.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
//!
//! @}
//==================================================================================================
#include <eve/wide.hpp>
#include <eve/module/complex/regular/complex.hpp>
#include <eve/module/complex/complex.hpp>
1 change: 1 addition & 0 deletions test/doc/core/constant/allbits.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#include <eve/module/core.hpp>
#include <eve/wide.hpp>
#include <iostream>

Expand Down
1 change: 1 addition & 0 deletions test/doc/core/constant/constant.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#include <eve/module/core.hpp>
#include <eve/wide.hpp>
#include <iostream>
#include <iomanip>
Expand Down
1 change: 1 addition & 0 deletions test/doc/core/constant/eps.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#include <eve/module/core.hpp>
#include <eve/wide.hpp>
#include <iostream>

Expand Down
1 change: 1 addition & 0 deletions test/doc/core/constant/exponentbits.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#include <eve/module/core.hpp>
#include <eve/wide.hpp>
#include <iostream>

Expand Down
28 changes: 0 additions & 28 deletions test/doc/core/constant/false.cpp

This file was deleted.

1 change: 1 addition & 0 deletions test/doc/core/constant/false_.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#include <eve/module/core.hpp>
#include <eve/wide.hpp>
#include <iostream>

Expand Down
1 change: 1 addition & 0 deletions test/doc/core/constant/maxexponentp1.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#include <eve/module/core.hpp>
#include <eve/wide.hpp>
#include <iostream>

Expand Down
1 change: 1 addition & 0 deletions test/doc/core/constant/mone.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#include <eve/module/core.hpp>
#include <eve/wide.hpp>
#include <iostream>

Expand Down
1 change: 1 addition & 0 deletions test/doc/core/constant/one.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#include <eve/module/core.hpp>
#include <eve/wide.hpp>
#include <iostream>

Expand Down
1 change: 1 addition & 0 deletions test/doc/core/constant/signmask.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#include <eve/module/core.hpp>
#include <eve/wide.hpp>
#include <iostream>

Expand Down
29 changes: 0 additions & 29 deletions test/doc/core/constant/true.cpp

This file was deleted.

1 change: 1 addition & 0 deletions test/doc/core/constant/valmax.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#include <eve/module/core.hpp>
#include <eve/wide.hpp>
#include <iostream>

Expand Down
1 change: 1 addition & 0 deletions test/doc/core/constant/valmin.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#include <eve/module/core.hpp>
#include <eve/wide.hpp>
#include <iostream>

Expand Down
1 change: 1 addition & 0 deletions test/doc/core/constant/zero.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#include <eve/module/core.hpp>
#include <eve/wide.hpp>
#include <iostream>

Expand Down
2 changes: 1 addition & 1 deletion test/doc/core/masked/bit_shl.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

#include <eve/module/core.hpp>
#include <eve/wide.hpp>
#include <iostream>

Expand Down
2 changes: 1 addition & 1 deletion test/doc/core/masked/bit_shr.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

#include <eve/module/core.hpp>
#include <eve/wide.hpp>
#include <iostream>

Expand Down
2 changes: 1 addition & 1 deletion test/doc/math/pedantic/arg.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include <eve/module/core.hpp>
#include <eve/module/math.hpp>
#include <eve/wide.hpp>
#include <iostream>

Expand Down
1 change: 1 addition & 0 deletions test/doc/traits/reverse_conditional.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include <iostream>
#include <eve/wide.hpp>
#include <eve/conditional.hpp>

int main()
Expand Down

0 comments on commit bf84c63

Please sign in to comment.