Rename JsonFields.h to jss.h:

At this point all of the jss::* names are defined in the same
file.  That file has been named JsonFields.h.  That file name
has little to do with either JsonStaticStrings (which is what
jss is short for) or with jss.  The file is renamed to jss.h
so the file name better reflects what the file contains.

All includes of that file are fixed.  A few include order
issues are tidied up along the way.
This commit is contained in:
Scott Schurr
2019-03-30 16:41:50 -06:00
committed by Nik Bougalis
parent afcc4ff296
commit 64b55c0f88
162 changed files with 175 additions and 175 deletions

View File

@@ -18,12 +18,12 @@
//==============================================================================
#include <ripple/protocol/STAmount.h>
#include <ripple/basics/contract.h>
#include <ripple/basics/Log.h>
#include <ripple/basics/safe_cast.h>
#include <ripple/protocol/JsonFields.h>
#include <ripple/protocol/jss.h>
#include <ripple/protocol/SystemParameters.h>
#include <ripple/protocol/STAmount.h>
#include <ripple/protocol/UintTypes.h>
#include <ripple/beast/core/LexicalCast.h>
#include <boost/regex.hpp>
@@ -628,7 +628,7 @@ STAmount::isEquivalent (const STBase& t) const
// amount = mValue * [10 ^ mOffset]
// Representation range is 10^80 - 10^(-80).
//
//
// On the wire:
// - high bit is 0 for XRP, 1 for issued currency
// - next bit is 1 for positive, 0 for negative (except 0 issued currency, which