summaryrefslogtreecommitdiff
path: root/src/VBox/Devices/testcase/tstDeviceStructSize.cpp
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2019-11-25 13:00:55 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2019-11-25 13:00:55 +0000
commit969f5a48d7bc5acc051bc0540cb74cdaf35c4316 (patch)
treec964cfb65dec3e02626189d418797fbaa20a631f /src/VBox/Devices/testcase/tstDeviceStructSize.cpp
parent5159c8d16e684f0812256883a960271964182925 (diff)
downloadVirtualBox-svn-969f5a48d7bc5acc051bc0540cb74cdaf35c4316.tar.gz
DevPS2: Less opaque and structure duplicatication. (The opaque stuff would become very tedious later when splitting up the state structures.) bugref:9218
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@82173 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/Devices/testcase/tstDeviceStructSize.cpp')
-rw-r--r--src/VBox/Devices/testcase/tstDeviceStructSize.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/VBox/Devices/testcase/tstDeviceStructSize.cpp b/src/VBox/Devices/testcase/tstDeviceStructSize.cpp
index ff92a653071..e36b8a4339b 100644
--- a/src/VBox/Devices/testcase/tstDeviceStructSize.cpp
+++ b/src/VBox/Devices/testcase/tstDeviceStructSize.cpp
@@ -57,11 +57,7 @@
#undef LOG_GROUP
#include "../Graphics/DevVGA.cpp"
#undef LOG_GROUP
-#include "../Input/DevPS2.cpp"
-#undef LOG_GROUP
-#include "../Input/DevPS2K.cpp"
-#undef LOG_GROUP
-#include "../Input/DevPS2M.cpp"
+#include "../Input/DevPS2.h"
#ifdef VBOX_WITH_E1000
# undef LOG_GROUP
# include "../Network/DevE1000.cpp"