Including sstream.h in the univalue.h is not needed and makes C++ preprocessing of files including univalue.h file slower.
Trivial: Remove sstream.h include from univalue.h #14361
pull drodil wants to merge 1 commits into bitcoin:master from drodil:remove_sstream_include changing 2 files +1 −2-
drodil commented at 7:09 PM on October 1, 2018: none
-
7c7154279d
Trivial: Remove sstream.h include from univalue.h
As it's not needed and makes preprocessing of files including this file slower.
-
practicalswift commented at 8:45 PM on October 1, 2018: contributor
@drodil Changes to
src/univalue/should be submitted to the upstream project which we depend on: https://github.com/jgarzik/univalue :-) -
MarcoFalke commented at 10:49 PM on October 1, 2018: member
Thanks and closing per previous comment
- MarcoFalke closed this on Oct 1, 2018
- drodil deleted the branch on Oct 2, 2018
- DrahtBot locked this on Sep 8, 2021
Contributors