summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/devices/nlid_system.h
diff options
context:
space:
mode:
author couriersud <couriersud@gmx.org>2017-02-07 20:07:56 +0100
committer couriersud <couriersud@gmx.org>2017-02-10 21:52:09 +0100
commitab17457707eaab1ec5d3f4719704ccd25a235651 (patch)
tree42e034a901f16f281a65049a64eb72f76e3ba55f /src/lib/netlist/devices/nlid_system.h
parent041f7bb54952193083f5bbf507c1585fcaf21504 (diff)
Make sure netlist includes are not found directly on include path.
Instead, they have to be prefixed by "netlist/". Removed unneeded link librariers for nltool and nlwav along the way. (nw)
Diffstat (limited to 'src/lib/netlist/devices/nlid_system.h')
-rw-r--r--src/lib/netlist/devices/nlid_system.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/netlist/devices/nlid_system.h b/src/lib/netlist/devices/nlid_system.h
index 5bf75ca0497..9d5d2ec5aef 100644
--- a/src/lib/netlist/devices/nlid_system.h
+++ b/src/lib/netlist/devices/nlid_system.h
@@ -11,10 +11,10 @@
#ifndef NLID_SYSTEM_H_
#define NLID_SYSTEM_H_
-#include "nl_base.h"
-#include "nl_setup.h"
-#include "analog/nlid_twoterm.h"
-#include "plib/putil.h"
+#include "../nl_base.h"
+#include "../nl_setup.h"
+#include "../analog/nlid_twoterm.h"
+#include "../plib/putil.h"
namespace netlist
{