Skip to content

Commit

Permalink
Merge pull request dogecoin#56 from drodil/remove_sstream_header
Browse files Browse the repository at this point in the history
Remove unnecessary sstream header from univalue.h
  • Loading branch information
jgarzik authored Dec 28, 2018
2 parents 88967f6 + 66e0ade commit ffb621c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion include/univalue.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
#include <map>
#include <cassert>

#include <sstream> // .get_int64()
#include <utility> // std::pair

class UniValue {
Expand Down
1 change: 1 addition & 0 deletions lib/univalue_get.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include <vector>
#include <limits>
#include <string>
#include <sstream>

#include "univalue.h"

Expand Down

0 comments on commit ffb621c

Please sign in to comment.