summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/netlist.cpp
diff options
context:
space:
mode:
author couriersud <couriersud@users.noreply.github.com>2022-07-16 22:48:22 +0200
committer GitHub <noreply@github.com>2022-07-16 22:48:22 +0200
commit4ecc148240db77f49b600933e58e370ec757202f (patch)
tree10cac8edb72cb4dab76b06e060e338c7c95e208b /src/devices/machine/netlist.cpp
parent20d6ea06f4a19463bbe9b36e3619b012448d76ed (diff)
netlist: include file work (#10096)
- move code to more appropriate locations - apply clang-format to modified files - fixed some cspell errors - Applied emu.h rule.
Diffstat (limited to 'src/devices/machine/netlist.cpp')
-rw-r--r--src/devices/machine/netlist.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/devices/machine/netlist.cpp b/src/devices/machine/netlist.cpp
index b5e2ae547c9..48d81cacbdb 100644
--- a/src/devices/machine/netlist.cpp
+++ b/src/devices/machine/netlist.cpp
@@ -11,14 +11,11 @@
#include "emu.h"
#include "netlist.h"
-#include "netlist/nl_base.h"
#include "netlist/nl_setup.h"
#include "netlist/nl_factory.h"
#include "netlist/nl_parser.h"
#include "netlist/nl_interface.h"
-#include "netlist/plib/palloc.h"
-#include "netlist/plib/pmempool.h"
#include "netlist/plib/pdynlib.h"
#include "netlist/plib/pstonum.h"