Remove submodule, use the system Sprout

This commit is contained in:
King_DuckZ 2020-05-05 01:58:17 +02:00
parent fa5eed2948
commit 7fb56e65ff
5 changed files with 14 additions and 15 deletions

View file

@ -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>

View file

@ -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>