diff options
author | 2013-12-29 16:55:14 +0000 | |
---|---|---|
committer | 2013-12-29 16:55:14 +0000 | |
commit | 66827862e70e69d15fa37a1a299c7176859dda82 (patch) | |
tree | b5504ae0cff4ac241149076b7d6c3e9aa8885245 /src/emu/bus/vic10/exp.h | |
parent | ed814a9228c3ca17b28024f2741cc8d9d3b3240f (diff) |
reduce dependency mak files by 130k (nw)
Diffstat (limited to 'src/emu/bus/vic10/exp.h')
-rw-r--r-- | src/emu/bus/vic10/exp.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/emu/bus/vic10/exp.h b/src/emu/bus/vic10/exp.h index 828cb182f86..36d92009625 100644 --- a/src/emu/bus/vic10/exp.h +++ b/src/emu/bus/vic10/exp.h @@ -172,9 +172,6 @@ protected: extern const device_type VIC10_EXPANSION_SLOT; -// slot devices -#include "std.h" - SLOT_INTERFACE_EXTERN( vic10_expansion_cards ); |