summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/devices/nlid_system.h
diff options
context:
space:
mode:
author couriersud <couriersud@gmx.org>2017-01-29 13:05:33 +0100
committer couriersud <couriersud@gmx.org>2017-01-29 15:47:12 +0100
commitc713f9ed1d4380539480100caefc9156b1359e57 (patch)
treeaafaa58845ab233b2a66fe0301f008e78eb6e49a /src/lib/netlist/devices/nlid_system.h
parent2720512e31c8659294d05b336af58d982cd99329 (diff)
Separate include file usage for netlist.
Device implementations (all cpp files in netlist/devices) now should only include nl_base.h. Netlist implementation sources should only include "net_lib.h". Refactored netlist.h and netlist.cpp to avoid namespace congestion in netlist.h. Fixed VC2015 build. (nw)
Diffstat (limited to 'src/lib/netlist/devices/nlid_system.h')
-rw-r--r--src/lib/netlist/devices/nlid_system.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/netlist/devices/nlid_system.h b/src/lib/netlist/devices/nlid_system.h
index e9719548bec..e9baa4c159d 100644
--- a/src/lib/netlist/devices/nlid_system.h
+++ b/src/lib/netlist/devices/nlid_system.h
@@ -11,8 +11,9 @@
#ifndef NLID_SYSTEM_H_
#define NLID_SYSTEM_H_
+#include "nl_base.h"
#include "nl_setup.h"
-#include "analog/nld_twoterm.h"
+#include "analog/nlid_twoterm.h"
#include "plib/putil.h"
namespace netlist