diff options
| author | 2019-11-03 23:19:52 +0100 | |
|---|---|---|
| committer | 2019-11-03 23:19:52 +0100 | |
| commit | 60379b658a0c44fbb6398d122da9464005ea5917 (patch) | |
| tree | 74ef4dc9cd08c3fc9cf2e940354c7e3d7454b3af /src/lib/netlist/nl_setup.cpp | |
| parent | 3892c598f55586083b653a549afa725efb5107bf (diff) | |
netlist: code maintenance. (nw)
- Separate code out into pmath.h and pstonum.h.
- Fix VC build error
- optimize pfmtlog.h a bit
Diffstat (limited to 'src/lib/netlist/nl_setup.cpp')
| -rw-r--r-- | src/lib/netlist/nl_setup.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/netlist/nl_setup.cpp b/src/lib/netlist/nl_setup.cpp index efc503069e9..37eb34c5f97 100644 --- a/src/lib/netlist/nl_setup.cpp +++ b/src/lib/netlist/nl_setup.cpp @@ -17,8 +17,6 @@ #include "plib/putil.h" #include "solver/nld_solver.h" -#include <cmath> - namespace netlist { // ---------------------------------------------------------------------------------------- |
