chore: Remove unused headers in Generator.hpp
Signed-off-by: erick-alcachofa <erick@artichoke.dev> Removed the unused <ranges> and <generator> includes from the Generator.hpp header file.
This commit is contained in:
parent
c4c3d71cc4
commit
91aefc27b3
@ -1,12 +1,10 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <ranges>
|
|
||||||
#include <utility>
|
#include <utility>
|
||||||
#include <variant>
|
#include <variant>
|
||||||
#include <iterator>
|
#include <iterator>
|
||||||
#include <coroutine>
|
#include <coroutine>
|
||||||
#include <exception>
|
#include <exception>
|
||||||
#include <generator>
|
|
||||||
#include <type_traits>
|
#include <type_traits>
|
||||||
|
|
||||||
#include <artichoke/Coroutine/Utils.hpp>
|
#include <artichoke/Coroutine/Utils.hpp>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user