(svn r11801) -Codechange: remove some unneeded includes from some header files.

This commit is contained in:
rubidium
2008-01-09 21:27:39 +00:00
parent 2d2e1e3863
commit c004cc1fd9
29 changed files with 43 additions and 20 deletions

View File

@@ -889,7 +889,7 @@ CommandCost CmdPlayerCtrl(TileIndex tile, uint32 flags, uint32 p1, uint32 p2)
p->is_active = false;
}
RemoveAllEngineReplacementForPlayer(p);
RemoveAllGroupsForPlayer(p);
RemoveAllGroupsForPlayer(p->index);
} break;