summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/devices/nld_74153.cpp
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/nld_74153.cpp
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/nld_74153.cpp')
-rw-r--r--src/lib/netlist/devices/nld_74153.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/netlist/devices/nld_74153.cpp b/src/lib/netlist/devices/nld_74153.cpp
index efa6322e514..b74c09f8cc0 100644
--- a/src/lib/netlist/devices/nld_74153.cpp
+++ b/src/lib/netlist/devices/nld_74153.cpp
@@ -6,7 +6,7 @@
*/
#include "nld_74153.h"
-#include "nl_base.h"
+#include "../nl_base.h"
namespace netlist
{