summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/macro/nlm_base.cpp
diff options
context:
space:
mode:
author couriersud <couriersud@gmx.org>2019-02-23 18:54:16 +0100
committer couriersud <couriersud@gmx.org>2019-02-23 18:54:29 +0100
commita65390cad5e43765ab518e8e253bf32be06c99d6 (patch)
tree2f123c2bd29ca02f04f2f3af02f592dd9b61064b /src/lib/netlist/macro/nlm_base.cpp
parentd208ca5105fcbb76c74f542054bb3b779d779292 (diff)
netlist: Fix relative include paths and a conflict. (nw)
nl_types.h is part of libc++. Any project with a file with the same name on the include path just fails to compile. Renamed to nltypes.h
Diffstat (limited to 'src/lib/netlist/macro/nlm_base.cpp')
-rw-r--r--src/lib/netlist/macro/nlm_base.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/netlist/macro/nlm_base.cpp b/src/lib/netlist/macro/nlm_base.cpp
index 6a75f3ddc89..d2028574561 100644
--- a/src/lib/netlist/macro/nlm_base.cpp
+++ b/src/lib/netlist/macro/nlm_base.cpp
@@ -1,7 +1,7 @@
// license:GPL-2.0+
// copyright-holders:Couriersud
-#include "../nl_setup.h"
-#include "../devices/net_lib.h"
+#include "netlist/nl_setup.h"
+#include "netlist/devices/net_lib.h"
#include "nlm_base.h"
/* ----------------------------------------------------------------------------