summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ps2pad.h
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2018-07-22 20:20:45 +0100
committer smf- <smf-@users.noreply.github.com>2018-07-22 20:21:20 +0100
commit38369086a617978cafac8997289333f72c207399 (patch)
treebb0ce878c60e35fa733c621b5a5377470b062cc4 /src/devices/machine/ps2pad.h
parentd37ee67533f7f06b13d30475e6b5eeff1c7a6d4c (diff)
Take 2. Use include files to get class definition instead of relying purely on forward declarations to allow building on MSVC, solving the circular reference problem using forward declarations of own classes before the #include where necessary. (nw)
Diffstat (limited to 'src/devices/machine/ps2pad.h')
-rw-r--r--src/devices/machine/ps2pad.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/machine/ps2pad.h b/src/devices/machine/ps2pad.h
index dcfb8125052..2b384fd0818 100644
--- a/src/devices/machine/ps2pad.h
+++ b/src/devices/machine/ps2pad.h
@@ -14,7 +14,6 @@
#pragma once
-
class ps2_pad_device : public device_t
{
public: