summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/nl_parser.h
diff options
context:
space:
mode:
author couriersud <couriersud@gmx.org>2019-10-29 19:55:53 +0100
committer couriersud <couriersud@gmx.org>2019-10-29 19:55:53 +0100
commitcac86fb1b4e23602ebf3b84465b687b6301736e3 (patch)
tree1990e822ff2c8f0ed2d57fd44dd0807562095586 /src/lib/netlist/nl_parser.h
parent316ee65978963211783fab69b089ef750f989060 (diff)
netlist: code maintenance. (nw)
- Removed code no longer used - Add noexcept where appropriate - split pparser.[c|h] into ppreprocessor and ptokenizer - smaller optimizations, e.g. use of std::size_t - fix lint warnings
Diffstat (limited to 'src/lib/netlist/nl_parser.h')
-rw-r--r--src/lib/netlist/nl_parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/netlist/nl_parser.h b/src/lib/netlist/nl_parser.h
index 310a00a5fb2..3140fad6138 100644
--- a/src/lib/netlist/nl_parser.h
+++ b/src/lib/netlist/nl_parser.h
@@ -9,7 +9,7 @@
#define NL_PARSER_H_
#include "nl_setup.h"
-#include "plib/pparser.h"
+#include "plib/ptokenizer.h"
namespace netlist
{