From e4085f0f049c0f681e3feaa97f7f0842c017ae8e Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Thu, 3 Jun 2010 04:55:39 +0000 Subject: Merge GCPadNew into Dolphin. This takes place in three segments: Core, InputCommon, and InputUICommon. From now on it can be referred to just as "GCPad". Switch to Billiard's IniFile implementation throughout Dolphin (it's faster!!). git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5579 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/UnitTests/UnitTests.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'Source/UnitTests/UnitTests.cpp') diff --git a/Source/UnitTests/UnitTests.cpp b/Source/UnitTests/UnitTests.cpp index c732ea3d1e..f7ad4c4a25 100644 --- a/Source/UnitTests/UnitTests.cpp +++ b/Source/UnitTests/UnitTests.cpp @@ -21,7 +21,6 @@ #include "StringUtil.h" #include "MathUtil.h" #include "PowerPC/PowerPC.h" -#include "HW/SI_DeviceGCController.h" void AudioJitTests(); -- cgit v1.2.3