summaryrefslogtreecommitdiff
path: root/Source/UnitTests/UnitTests.cpp
diff options
context:
space:
mode:
authorShawn Hoffman <godisgovernment@gmail.com>2010-06-03 04:55:39 +0000
committerShawn Hoffman <godisgovernment@gmail.com>2010-06-03 04:55:39 +0000
commite4085f0f049c0f681e3feaa97f7f0842c017ae8e (patch)
treeb04dce91280d8a771c894fcf8495473fc9e0c45b /Source/UnitTests/UnitTests.cpp
parentd0c65b610c91531ff80298834bc866cf6b016fcd (diff)
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
Diffstat (limited to 'Source/UnitTests/UnitTests.cpp')
-rw-r--r--Source/UnitTests/UnitTests.cpp1
1 files changed, 0 insertions, 1 deletions
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();