summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/analog/nld_bjt.cpp
diff options
context:
space:
mode:
author couriersud <couriersud@gmx.org>2020-07-01 20:59:04 +0200
committer couriersud <couriersud@gmx.org>2020-07-01 20:59:04 +0200
commit319be2dfd271ebf81ba3cf651be0b30695ec0d06 (patch)
tree08d9d10c35c10a495412292f628d41a82ed1873b /src/lib/netlist/analog/nld_bjt.cpp
parent51ba9b48f08202939d06240eaa1dcfc7dfbd7c1c (diff)
netlist: code maintenance and bug fixes.
* palloc.h/pmatrix2d.h: Fix static_assert warnings at the origin. * Rework hints to broaden their use and fix NC hint. * 74377: use NC hint * plists.h: Fix debugging in MSVC * Include cleanup: Move everything not needed by netlists from nl_setup.h into core/setup.h * Fix some clang tidy warnings * srcclean
Diffstat (limited to 'src/lib/netlist/analog/nld_bjt.cpp')
-rw-r--r--src/lib/netlist/analog/nld_bjt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/netlist/analog/nld_bjt.cpp b/src/lib/netlist/analog/nld_bjt.cpp
index abd4486c362..aeb38da4d50 100644
--- a/src/lib/netlist/analog/nld_bjt.cpp
+++ b/src/lib/netlist/analog/nld_bjt.cpp
@@ -2,7 +2,7 @@
// copyright-holders:Couriersud
#include "netlist/solver/nld_solver.h"
-#include "netlist/nl_setup.h"
+#include "netlist/nl_base.h"
#include "nlid_twoterm.h"
// FIXME: Remove QBJT_switch - no more use