From ab31af569fb543f4b81fe30c3c37f6c957b09c48 Mon Sep 17 00:00:00 2001 From: couriersud Date: Sun, 28 Jun 2020 13:14:16 +0200 Subject: netlist: include file refactoring. The purpose of this ongoing exercise is to remove unnecessary dependencies in header files. netlist implementations should only have access to what they need. The same applies to device implementations. Core stuff will be moved to the core subdirectory going forward. --- src/devices/machine/netlist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/devices/machine/netlist.h') diff --git a/src/devices/machine/netlist.h b/src/devices/machine/netlist.h index 207f168dee8..4486eb729a6 100644 --- a/src/devices/machine/netlist.h +++ b/src/devices/machine/netlist.h @@ -111,7 +111,7 @@ protected: virtual void device_pre_save() override; virtual void device_clock_changed() override; - netlist::host_arena::unique_ptr base_validity_check(validity_checker &valid) const; + std::unique_ptr base_validity_check(validity_checker &valid) const; attotime m_cur_time; attotime m_attotime_per_clock; -- cgit v1.2.3-70-g09d2