mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-25 17:06:11 +00:00
27fab6bf1e
While there don't check for null when delete-ing since that is a no-op, use the proper type instead of auto, always swap when removing a single element (instead of comparing .size() to 1), and clean up includes. foobar This was SVN commit r17641.