1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

Remove unnecessary includes from headers

This commit is contained in:
Ivan Savenko
2023-05-20 18:28:35 +03:00
parent 927fcc7d45
commit de769a04d6
11 changed files with 46 additions and 36 deletions

View File

@@ -114,7 +114,7 @@ MapFormatFeaturesH3M MapFormatFeaturesH3M::getFeaturesWOG()
MapFormatFeaturesH3M MapFormatFeaturesH3M::getFeaturesHOTA(uint32_t hotaVersion)
{
// even if changes are minimal, we might not be able to parse map header in map selection screen
// throw exception - to be cached by map selection screen & excluded as invalid
// throw exception - to be catched by map selection screen & excluded as invalid
if(hotaVersion > 3)
throw std::runtime_error("Invalid map format!");