diff options
author | 2019-11-04 00:32:47 +0100 | |
---|---|---|
committer | 2019-11-04 00:32:47 +0100 | |
commit | e896b3914ecb262b5ec143b3918404d9866fa555 (patch) | |
tree | b6d11926b1388d4c3149cf43d5831d75b4ce2593 /src/lib/netlist/plib/putil.cpp | |
parent | fb72f2f7642dd94bb196adbf6f2c645562414902 (diff) |
netlist: code maintenance. (nw)
- leave a note that cstdlib is needed for getenv.
- Remove commented out includes
- make sure all headers are self - contained, i.e. compile
Diffstat (limited to 'src/lib/netlist/plib/putil.cpp')
-rw-r--r-- | src/lib/netlist/plib/putil.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/netlist/plib/putil.cpp b/src/lib/netlist/plib/putil.cpp index e0388ba9610..986f5eb75ec 100644 --- a/src/lib/netlist/plib/putil.cpp +++ b/src/lib/netlist/plib/putil.cpp @@ -7,7 +7,7 @@ #include "ptypes.h" #include <algorithm> -#include <cstdlib> +#include <cstdlib> // needed for getenv ... #include <initializer_list> namespace plib |