diff options
author | 2018-07-22 20:20:45 +0100 | |
---|---|---|
committer | 2018-07-22 20:21:20 +0100 | |
commit | 38369086a617978cafac8997289333f72c207399 (patch) | |
tree | bb0ce878c60e35fa733c621b5a5377470b062cc4 /src/devices/machine/ps2pad.h | |
parent | d37ee67533f7f06b13d30475e6b5eeff1c7a6d4c (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.h | 1 |
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: |