mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-01 02:19:15 +00:00
fix(kernel/std): remove unnecessary algorithm include from utility
This commit is contained in:
@ -18,7 +18,6 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <type_traits>
|
#include <type_traits>
|
||||||
#include <algorithm>
|
|
||||||
#include <tuple>
|
#include <tuple>
|
||||||
|
|
||||||
namespace std
|
namespace std
|
||||||
@ -249,4 +248,4 @@ namespace std
|
|||||||
typedef pair<first_type, second_type> pair_type;
|
typedef pair<first_type, second_type> pair_type;
|
||||||
return pair_type(std::forward<T1>(t), std::forward<T2>(u));
|
return pair_type(std::forward<T1>(t), std::forward<T2>(u));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user