Mercurial > minori
comparison dep/animia/src/animia.cc @ 140:1e696863b54c
dep/animia: remove superfluous includes
#include <windows.h> in the main file LMFAO
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Sun, 12 Nov 2023 16:54:58 -0500 |
parents | 478f3b366199 |
children | d8a61e7e2a36 |
comparison
equal
deleted
inserted
replaced
139:478f3b366199 | 140:1e696863b54c |
---|---|
1 #include <string> | 1 #include <string> |
2 #include <vector> | 2 #include <vector> |
3 | |
4 #include <windows.h> | |
5 | 3 |
6 #include "animia.h" | 4 #include "animia.h" |
7 #include "animia/strategies.h" | 5 #include "animia/strategies.h" |
8 #include "animia/types.h" | 6 #include "animia/types.h" |
9 | 7 |
30 #endif | 28 #endif |
31 | 29 |
32 BaseFdTools& fd = os_fd; | 30 BaseFdTools& fd = os_fd; |
33 | 31 |
34 } | 32 } |
35 | |
36 #include <iostream> | |
37 | 33 |
38 namespace animia { | 34 namespace animia { |
39 | 35 |
40 static bool ProcessInPlayers(const std::vector<Player>& players, const std::string& name, Player& player_) { | 36 static bool ProcessInPlayers(const std::vector<Player>& players, const std::string& name, Player& player_) { |
41 for (const auto& player : players) { | 37 for (const auto& player : players) { |