diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-02-23 09:03:32 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-02-23 09:04:07 +0100 |
commit | 4fd082ded7af28929e909843eba5c801fe755257 (patch) | |
tree | 0b8afc58eee4c67c8aa4888681644fad07cbd878 /src/rpcnet.cpp | |
parent | 0f0a70623d089b25fb368e6aedcedccd100b3b20 (diff) | |
parent | d5f1e727a8896eec237acbbe4023685eb6b74881 (diff) |
Merge pull request #3729
d5f1e72 Don't use PRIx64 formatting derives from inttypes.h (Wladimir J. van der Laan)
Diffstat (limited to 'src/rpcnet.cpp')
-rw-r--r-- | src/rpcnet.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rpcnet.cpp b/src/rpcnet.cpp index b764349338..738b966b8a 100644 --- a/src/rpcnet.cpp +++ b/src/rpcnet.cpp @@ -15,8 +15,6 @@ #include "wallet.h" // for getinfo #endif -#include <inttypes.h> - #include <boost/foreach.hpp> #include "json/json_spirit_value.h" |