From b95f8b15e77a947e505abd61db1adaac32a32107 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sat, 5 Aug 2006 01:08:45 +0000 Subject: [PATCH] Unneeded header. --- stepmania/src/archutils/Darwin/PumpDevice.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stepmania/src/archutils/Darwin/PumpDevice.cpp b/stepmania/src/archutils/Darwin/PumpDevice.cpp index 3e0886fcb1..e7dfc42eba 100644 --- a/stepmania/src/archutils/Darwin/PumpDevice.cpp +++ b/stepmania/src/archutils/Darwin/PumpDevice.cpp @@ -1,6 +1,5 @@ #include "global.h" #include "PumpDevice.h" -#include "EnumHelper.h" void PumpDevice::Open() { @@ -68,7 +67,7 @@ int PumpDevice::AssignIDs( InputDevice startID ) void PumpDevice::GetDevicesAndDescriptions( vector& vDevices ) const { - vDevices.push_back( InputDeviceInfo(m_Id,"Pump USB") ); + vDevices.push_back( InputDeviceInfo(m_Id, "Pump USB") ); } /*