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

@@ -21,7 +21,7 @@
#include <ripple/app/ledger/InboundLedgers.h>
#include <ripple/app/ledger/LedgerMaster.h>
#include <ripple/app/misc/LoadFeeTrack.h>
#include <ripple/protocol/JsonFields.h>
#include <ripple/protocol/jss.h>
#include <ripple/beast/core/CurrentThreadName.h>
namespace ripple {