mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-23 03:47:07 +02:00

These can be moved into the RegisterColumn constructor, which avoids potential allocations in the case a std::function would otherwise need to allocate to hold all of it's captured data. Also tidy up the inclusion order while we're at it.