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/pchrono.h | |
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/pchrono.h')
-rw-r--r-- | src/lib/netlist/plib/pchrono.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/netlist/plib/pchrono.h b/src/lib/netlist/plib/pchrono.h index 21890099d3f..869998cc1df 100644 --- a/src/lib/netlist/plib/pchrono.h +++ b/src/lib/netlist/plib/pchrono.h @@ -12,7 +12,6 @@ #include "ptypes.h" #include <chrono> -//#include <cstdint> namespace plib { namespace chrono { |