InputCommon: Use Clock from CommonTypes.

This commit is contained in:
Jordan Woyak
2025-03-02 15:42:26 -06:00
parent 65726b7b5f
commit e217d6c939
4 changed files with 3 additions and 8 deletions

View File

@ -210,8 +210,6 @@ public:
class DeviceContainer
{
public:
using Clock = std::chrono::steady_clock;
struct InputDetection
{
std::shared_ptr<Device> device;