-
+ 67E4DA87D6BB985B4DFCDC2004793A6925B7E52995FEA0E1854579D8C16D958C43A7CB16C9DDDF6C6CE4418A27217A82D6184577A3B7A91094A2DFF5516C6850
bitcoin/src/json/json_spirit.h
(0 . 0)(1 . 18)
6572 #ifndef JSON_SPIRIT
6573 #define JSON_SPIRIT
6574
6575 // Copyright John W. Wilkinson 2007 - 2009.
6576 // Distributed under the MIT License, see accompanying file LICENSE.txt
6577
6578 // json spirit version 4.03
6579
6580 #if defined(_MSC_VER) && (_MSC_VER >= 1020)
6581 # pragma once
6582 #endif
6583
6584 #include "json_spirit_value.h"
6585 #include "json_spirit_reader.h"
6586 #include "json_spirit_writer.h"
6587 #include "json_spirit_utils.h"
6588
6589 #endif