remove ranges header

This commit is contained in:
Maximilian Keßler 2024-01-14 18:34:00 +01:00
parent 191e74e45f
commit e7793907bf
Signed by: max
GPG Key ID: BCC5A619923C0BA5

View File

@ -4,7 +4,6 @@
#include <iostream>
#include <memory>
#include <numeric>
#include <ranges>
#include <readline/readline.h>
#include <readline/history.h>
@ -477,4 +476,4 @@ namespace Hanabi
std::cout << "Unrecognized command. Type 'help' for a list of available commands." << std::endl;
}
}
}
}