Remove submodule, use the system Sprout
This commit is contained in:
parent
fa5eed2948
commit
7fb56e65ff
5 changed files with 14 additions and 15 deletions
|
@ -19,9 +19,9 @@
|
|||
#define id4754A95F12BE4ADEA65642A056A51907
|
||||
|
||||
#include "duckhandy/implem/reversed_sized_array_bt.hpp"
|
||||
#include "sprout/math/log10.hpp"
|
||||
#include "sprout/math/abs.hpp"
|
||||
#include "sprout/math/ceil.hpp"
|
||||
#include <sprout/math/log10.hpp>
|
||||
#include <sprout/math/abs.hpp>
|
||||
#include <sprout/math/ceil.hpp>
|
||||
#include <cstddef>
|
||||
#include <array>
|
||||
#include <limits>
|
||||
|
|
|
@ -22,11 +22,11 @@
|
|||
#include "sequence_bt.hpp"
|
||||
#include "MaxSizedArray.hpp"
|
||||
#include "has_method.hpp"
|
||||
#include "sprout/math/log10.hpp"
|
||||
#include "sprout/math/log2.hpp"
|
||||
#include "sprout/math/pow.hpp"
|
||||
#include "sprout/math/abs.hpp"
|
||||
#include "sprout/limits.hpp"
|
||||
#include <sprout/math/log10.hpp>
|
||||
#include <sprout/math/log2.hpp>
|
||||
#include <sprout/math/pow.hpp>
|
||||
#include <sprout/math/abs.hpp>
|
||||
#include <sprout/limits.hpp>
|
||||
#include <type_traits>
|
||||
#include <utility>
|
||||
#include <cstdint>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue