From 585203f558597cc267553f6a8afcb6bf7c246448 Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Sun, 2 Dec 2012 15:36:27 -0800 Subject: [PATCH] Be consistent in how we specify this feature table. --- src/cpp/ripple/LedgerConsensus.h | 2 +- src/cpp/ripple/SHAMap.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cpp/ripple/LedgerConsensus.h b/src/cpp/ripple/LedgerConsensus.h index accbb4df4..f238368b0 100644 --- a/src/cpp/ripple/LedgerConsensus.h +++ b/src/cpp/ripple/LedgerConsensus.h @@ -6,7 +6,7 @@ #include #include -#include +#include #include "../json/value.h" diff --git a/src/cpp/ripple/SHAMap.h b/src/cpp/ripple/SHAMap.h index c4d830262..e02627bbf 100644 --- a/src/cpp/ripple/SHAMap.h +++ b/src/cpp/ripple/SHAMap.h @@ -7,7 +7,7 @@ #include #include -#include +#include #include "types.h" #include "uint256.h"