diff options
author | 2020-06-28 13:14:16 +0200 | |
---|---|---|
committer | 2020-06-28 13:14:43 +0200 | |
commit | ab31af569fb543f4b81fe30c3c37f6c957b09c48 (patch) | |
tree | 6a93d3b374bbce8c135b1070283d88d5b48de2a1 /src/lib/netlist/plib/ppreprocessor.cpp | |
parent | 3fcdfa0a9b1783f556abe36c9fb927c25c2170ee (diff) |
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.
Diffstat (limited to 'src/lib/netlist/plib/ppreprocessor.cpp')
-rw-r--r-- | src/lib/netlist/plib/ppreprocessor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/netlist/plib/ppreprocessor.cpp b/src/lib/netlist/plib/ppreprocessor.cpp index b563576c6a8..6c4faf88efa 100644 --- a/src/lib/netlist/plib/ppreprocessor.cpp +++ b/src/lib/netlist/plib/ppreprocessor.cpp @@ -5,6 +5,7 @@ #include "palloc.h" #include "pstonum.h" #include "putil.h" +#include "pstrutil.h" namespace plib { |